From 5291ca3ad4afd68d143618c7e71277b0be0a8570 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 11 Sep 2005 22:25:22 +0200 Subject: hide namespace in file-links (non-image media) #512 darcs-hash:20050911202522-7ad00-79c3db925f5c7c68e7751643a691ec0e4b380ea1.gz --- inc/parser/xhtml.php | 4 ++-- 1 file 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; -- cgit v1.2.3