Skip to content
Snippets Groups Projects
Commit 68c26e6d authored by Michael Klier's avatar Michael Klier
Browse files

fixed search result linking of pagenames which consist of numbers only

darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz
parent 124af657
No related branches found
No related tags found
No related merge requests found
......@@ -1020,11 +1020,11 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
}
}
return $this->_xmlEntities($default);
} else if ( is_string($title) ) {
return $this->_xmlEntities($title);
} else if ( is_array($title) ) {
$isImage = true;
return $this->_imageTitle($title);
} else {
return $this->_xmlEntities($title);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment