Home
last modified time | relevance | path

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

/plugin/structsection/
Dsyntax.php18 private const XHTML_OPEN = '<div id="plugin__structsection_output">'; define in syntax_plugin_structsection
113 $R->doc .= self::XHTML_OPEN;
155 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/struct/syntax/
H A Doutput.php21 protected const XHTML_OPEN = '<div id="plugin__struct_output">'; define in syntax_plugin_struct_output
118 if ($format == 'xhtml') $renderer->doc .= self::XHTML_OPEN;
147 … $renderer->doc = substr($renderer->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));