From de11706137cf18bf91e56e8751f79b55eee1d0d8 Mon Sep 17 00:00:00 2001
From: chris <chris@jalakai.co.uk>
Date: Tue, 6 Feb 2007 03:12:03 +0100
Subject: [PATCH] give xhtml renderer method _xmlEntities standard parameter
 values

darcs-hash:20070206021203-9b6ab-f580959f2177cecf4460ba55db016bb11cd111cc.gz
---
 inc/parser/xhtml.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index b2d5ad46b..8f40bb5db 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -961,7 +961,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
     }
 
     function _xmlEntities($string) {
-        return htmlspecialchars($string);
+        return htmlspecialchars($string,ENT_QUOTES,'UTF-8');
     }
 
     /**
-- 
GitLab