diff options
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 3137281e7..a47ceb5eb 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -358,14 +358,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $this->html($text, 'pre'); } - function preformatted($text) { - $this->doc .= '<pre class="code">' . trim($this->_xmlEntities($text)) . '</pre>'. DOKU_LF; - } - - function file($text) { - $this->doc .= '<pre class="file">' . trim($this->_xmlEntities($text)). '</pre>'. DOKU_LF; - } - function quote_open() { $this->doc .= '<blockquote><div class="no">'.DOKU_LF; } |