summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r--inc/parser/xhtml.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 73ef58767..f58b52029 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -676,6 +676,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['class']='media';
}
+ $address = $this->_xmlEntities($address);
$address = obfuscate($address);
$title = $address;
if(empty($name)){