Home
last modified time | relevance | path

Searched refs:html_content (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dbox.page.margin.class.php91 $html_content = $raw_html_content->render($pipeline->get_counters());
93 if ($html_content !== '') {
97 $html_content = html2xhtml("<div>".$html_content."</div>");
98 $tree = TreeBuilder::build($html_content);
/plugin/zwidoku/
H A DgetEncyc.php342 $html_content = $start_content . $newbody_content . $end_content; variable
345 $zip->addFromString('article.html', $html_content);