|
a/src/qtgui/snippets_w.cpp |
|
b/src/qtgui/snippets_w.cpp |
|
... |
|
... |
148 |
"<meta http-equiv=\"content-type\" "
|
148 |
"<meta http-equiv=\"content-type\" "
|
149 |
"content=\"text/html; charset=utf-8\">"
|
149 |
"content=\"text/html; charset=utf-8\">"
|
150 |
"<link type=\"text/css\" rel=\"stylesheet\" href=\"/tmp/style.css\">"
|
150 |
"<link type=\"text/css\" rel=\"stylesheet\" href=\"/tmp/style.css\">"
|
151 |
"</head>"
|
151 |
"</head>"
|
152 |
"<body>"
|
152 |
"<body>"
|
153 |
"<table style='overflow-x: scroll; white-space: nowrap'>"
|
153 |
"<table>"
|
154 |
;
|
154 |
;
|
155 |
|
155 |
|
156 |
g_hiliter.set_inputhtml(false);
|
156 |
g_hiliter.set_inputhtml(false);
|
157 |
bool nomatch = true;
|
157 |
bool nomatch = true;
|
158 |
|
158 |
|