From e260f93b6cea05bc39bbd77b9db5bdc0c2c424bf Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 5 Jul 2012 22:58:24 +0100 Subject: xml compatibility fixes (mainly entities to unicode conversions) --- lib/tpl/default/main.php | 4 ++-- lib/tpl/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/tpl') diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index 3e85c58f2..9a14f29a2 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -61,7 +61,7 @@ if (!defined('DOKU_INC')) die();
-   +  
@@ -121,7 +121,7 @@ if (!defined('DOKU_INC')) die(); -   +  
diff --git a/lib/tpl/index.php b/lib/tpl/index.php index 0273e5678..4570f70f5 100644 --- a/lib/tpl/index.php +++ b/lib/tpl/index.php @@ -54,7 +54,7 @@ if ($ini) { echo ''.htmlspecialchars($val).''; echo ''; if(preg_match('/^#[0-f]{3,6}$/i',$val)){ - echo '
 
'; + echo '
 
'; } echo ''; echo ''; -- cgit v1.2.3