summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2007-02-06 03:12:03 +0100
committerchris <chris@jalakai.co.uk>2007-02-06 03:12:03 +0100
commitde11706137cf18bf91e56e8751f79b55eee1d0d8 (patch)
treed245b8dc20d8f34867713235e61345df6fcfcde0 /inc
parent169c72406cf283b0bb8c7e6ec8ee17e6e0be4f8b (diff)
downloadrpg-de11706137cf18bf91e56e8751f79b55eee1d0d8.tar.gz
rpg-de11706137cf18bf91e56e8751f79b55eee1d0d8.tar.bz2
give xhtml renderer method _xmlEntities standard parameter values
darcs-hash:20070206021203-9b6ab-f580959f2177cecf4460ba55db016bb11cd111cc.gz
Diffstat (limited to 'inc')
-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 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');
}
/**