Home
last modified time | relevance | path

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

/plugin/structsection/
H A Dsyntax.php19 private const XHTML_OPEN = '<div id="plugin__structsection_output">'; define in syntax_plugin_structsection
114 $R->doc .= self::XHTML_OPEN;
156 $R->doc = substr($R->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/struct/syntax/
H A Doutput.php20 protected const XHTML_OPEN = '<div id="plugin__struct_output">';
117 if ($format == 'xhtml') $renderer->doc .= self::XHTML_OPEN;
146 $renderer->doc = substr($renderer->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
18 protected const XHTML_OPEN = '<div id="plugin__struct_output">'; global() define in syntax_plugin_struct_output