Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dtemplate.php103 $html_output = ob_get_clean();
104 Event::createAndTrigger('TPL_CONTENT_DISPLAY', $html_output, function ($html_output) {
105 echo $html_output;
108 return !empty($html_output);