Home
last modified time | relevance | path

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

/plugin/txt2tags/
H A Dtxt2tags.class.php83 var $fullhtml = ''; # the full <html>...</html> output variable in T2T
201 $this->fullhtml = $this->run_postproc($html); # %!postproc replacements
204 if($output=='html') return $this->fullhtml;