diff options
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 63f79d17c..9df02c942 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -436,7 +436,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $name = $this->_getLinkTitle($name, $this->_simpleTitle($id), $isImage, $id); resolve_pageid(getNS($ID),$id,$exists); - if ( !$isImage ) { if ( $exists ) { $class='wikilink1'; |