Searched refs:html_content (Results 1 – 2 of 2) sorted by relevance
91 $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);
342 $html_content = $start_content . $newbody_content . $end_content; variable345 $zip->addFromString('article.html', $html_content);