From 704fb05441638874171cd9bdb2e3c6dcb0de0823 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 12 Oct 2008 19:37:35 +0200 Subject: ycatch space as email link text (FS#1374) darcs-hash:20081012173735-f7d6d-a6a04ee3415c0b86748c8859fd02331bd23839f8.gz --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser') 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 { -- cgit v1.2.3