diff options
Diffstat (limited to 'inc/parser')
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 21d5da8aa..6a997954a 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -638,7 +638,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $link['style'] = ''; $link['more'] = ''; - $name = $this->_getLinkTitle($name, '', $isImage); + $name = $this->_getLinkTitle($name, $address, $isImage); if ( !$isImage ) { $link['class']='mail JSnocheck'; } else { |