summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/parser/xhtml.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index bba85b7e7..3ae3c49d1 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -969,8 +969,8 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
// well at least we have a title to display
$ret .= $this->_xmlEntities($title);
}else{
- // just show the source
- $ret .= $this->_xmlEntities($src);
+ // just show the sourcename
+ $ret .= $this->_xmlEntities(noNS($src));
}
return $ret;