mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Render html written by document.write. I'm not sure if format_html_part
is called right way
This commit is contained in:
parent
62d42380f8
commit
2551fe3525
@ -364,7 +364,13 @@ imported:
|
||||
|
||||
ecmascript_eval(interpreter, &code, &ret);
|
||||
done_string(&code);
|
||||
|
||||
if (!ret.length) return;
|
||||
|
||||
format_html_part(html_context, ret.source, ret.source + ret.length,
|
||||
par_format.align, par_format.leftmargin, part->box.width,
|
||||
document, part->box.x, part->box.y, NULL, part->link_num);
|
||||
|
||||
done_string(&ret);
|
||||
#if 0
|
||||
add_to_string_list(&html_context->part->document->onload_snippets,
|
||||
html, *end - html);
|
||||
|
Loading…
x
Reference in New Issue
Block a user