mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Success. document.write works for me.
This commit is contained in:
parent
9c9fa1d81c
commit
b1b66db850
@ -367,10 +367,9 @@ imported:
|
|||||||
if (!ret.length) return;
|
if (!ret.length) return;
|
||||||
|
|
||||||
/* FIXME: it doesn't work */
|
/* FIXME: it doesn't work */
|
||||||
part = format_html_part(html_context, ret.source,
|
html_top->invisible = 0;
|
||||||
ret.source + ret.length, par_format.align,
|
parse_html(ret.source, ret.source + ret.length, part, NULL,
|
||||||
par_format.leftmargin, document->options.box.width,
|
html_context);
|
||||||
document, part->box.x, part->box.y, NULL, part->link_num);
|
|
||||||
|
|
||||||
done_string(&ret);
|
done_string(&ret);
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
Reference in New Issue
Block a user