summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2008-10-12 19:37:35 +0200
committerAnika Henke <anika@selfthinker.org>2008-10-12 19:37:35 +0200
commit704fb05441638874171cd9bdb2e3c6dcb0de0823 (patch)
tree6b6863bd331b67240294411ccd468c3eb029ecc1 /inc/parser
parente403cc58e0f623c70da4018a6eb869464dc97996 (diff)
downloadrpg-704fb05441638874171cd9bdb2e3c6dcb0de0823.tar.gz
rpg-704fb05441638874171cd9bdb2e3c6dcb0de0823.tar.bz2
ycatch space as email link text (FS#1374)
darcs-hash:20081012173735-f7d6d-a6a04ee3415c0b86748c8859fd02331bd23839f8.gz
Diffstat (limited to 'inc/parser')
-rw-r--r--inc/parser/xhtml.php2
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 {