Searched refs:genhtml (Results 1 – 1 of 1) sorted by relevance
26 protected $genhtml=''; variable in syntax_plugin_cli273 $this->genhtml = '';276 $this->genhtml .= "<div class='$type $style'>";278 $this->genhtml .= DOKU_LF;286 $this->genhtml .= DOKU_LF;290 $this->genhtml .= '<span class="cli_prompt">' . hsc($line[0]) . "</span>";292 $this->genhtml .= '<span class="cli_command">' . hsc($line[1]) . "</span>";294 $this->genhtml .= '<span class="cli_comment">' . hsc($line[2]) . "</span>";296 $this->genhtml .= '<span class="cli_output">' . hsc($line) . "</span>";306 $renderer->doc .= $this->genhtml;[all …]