diff options
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index dc8922ee7..d03939542 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -346,11 +346,11 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } function quote_open() { - $this->doc .= '<blockquote>'.DOKU_LF; + $this->doc .= '<blockquote><div class="no">'.DOKU_LF; } function quote_close() { - $this->doc .= '</blockquote>'.DOKU_LF; + $this->doc .= '</div></blockquote>'.DOKU_LF; } /** |