Home
last modified time | relevance | path

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

/plugin/edittable/renderer/
H A Dinverse.php27 private $quotelvl = 0; variable in renderer_plugin_edittable_inverse
84 if($this->quotelvl === 0) {
94 $this->doc .= str_repeat('>', $this->quotelvl);
283 … if(substr($this->doc, -(++$this->quotelvl)) === DOKU_LF.str_repeat('>', $this->quotelvl - 1)) {
286 $this->doc .= DOKU_LF.str_repeat('>', $this->quotelvl);
293 $this->quotelvl--;