1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Success. document.write works for me.

This commit is contained in:
2006-01-27 16:54:39 +01:00
parent 9c9fa1d81c
commit b1b66db850

View File

@ -367,10 +367,9 @@ imported:
if (!ret.length) return;
/* FIXME: it doesn't work */
part = format_html_part(html_context, ret.source,
ret.source + ret.length, par_format.align,
par_format.leftmargin, document->options.box.width,
document, part->box.x, part->box.y, NULL, part->link_num);
html_top->invisible = 0;
parse_html(ret.source, ret.source + ret.length, part, NULL,
html_context);
done_string(&ret);
#if 0