Skip to content
Snippets Groups Projects
Commit 9bee852e authored by Andreas Gohr's avatar Andreas Gohr
Browse files

skip images in links for metadata renderer

darcs-hash:20070302102035-7ad00-65b1bcf0140b1aa434dc321b8e84b614f9b65e2f.gz
parent f8cc3354
No related branches found
No related tags found
No related merge requests found
......@@ -363,6 +363,8 @@ class Doku_Renderer_metadata extends Doku_Renderer {
function _simpleTitle($name){
global $conf;
if(is_array($name)) return '';
if($conf['useslash']){
$nssep = '[:;/]';
}else{
......
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