mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Weird. The backslash removed
This commit is contained in:
parent
d19dcaa3e7
commit
9fcd5ea64e
@ -1445,7 +1445,7 @@ line_break(struct html_context *html_context)
|
||||
part->cx--;
|
||||
}
|
||||
|
||||
if (part->cx > 0) align_line(html_context, part->cy, 1);\
|
||||
if (part->cx > 0) align_line(html_context, part->cy, 1);
|
||||
/* This change is visible only for glib, gtk, gnome docs in 256 colors */
|
||||
if (html_is_preformatted()) {
|
||||
for (i = part->cx ; i < part->document->options.box.width; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user