Home
last modified time | relevance | path

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

/plugin/structsection/
H A Dsyntax.php20 private const XHTML_CLOSE = '</div>'; define in syntax_plugin_structsection
151 $R->doc .= self::XHTML_CLOSE;
156 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/struct/syntax/
H A Doutput.php21 protected const XHTML_CLOSE = '</div>';
142 if ($format == 'xhtml') $renderer->doc .= self::XHTML_CLOSE;
146 $renderer->doc = substr($renderer->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
19 protected const XHTML_CLOSE = '</div>'; global() define in syntax_plugin_struct_output