summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');
}
/**