From b5bef19b5dbebf123d1c181b3cebadea198add35 Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 14 Jul 2005 21:33:36 +0200 Subject: updated GeSHi to 1.0.7 darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz --- inc/parser/handler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/parser') diff --git a/inc/parser/handler.php b/inc/parser/handler.php index 3ba3d654e..5908f23a2 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -315,7 +315,8 @@ class Doku_Handler { $matches[0] = NULL; } # $matches[0] contains name of programming language - # if available + # if available, We shortcut html here. + if($matches[0] == 'html') $matches[0] = 'html4strict'; $this->_addCall( 'code', array($matches[1],$matches[0]), -- cgit v1.2.3