summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/xhtml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index d85d04250..a4bfaa57d 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -23,7 +23,7 @@ require_once DOKU_INC . 'inc/parser/renderer.php';
/**
* The Renderer
*/
-class Doku_Renderer_XHTML extends Doku_Renderer {
+class Doku_Renderer_xhtml extends Doku_Renderer {
var $doc = '';