WebView fix for tables: line postion and autoclose some tags

git-svn-id: svn://kolibrios.org@9293 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-11-21 03:19:08 +00:00
parent 3a581bafa7
commit 40ec5cc46e
9 changed files with 19 additions and 21 deletions

View File

@@ -44,6 +44,7 @@
//===================================================//
bool debug_mode = false;
bool show_images = true;
bool source_mode = false;
_history history;
@@ -63,7 +64,6 @@ dword TOOLBAR_H = PADDING+TSZE+PADDING+2;
_http http = 0;
bool source_mode = false;
progress_bar prbar;
proc_info Form;