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

make sure email addresses are correctly obfuscated FS#1722

Ignore-this: 49feffebb48bf10ce99e5d3bf3b4e2e7

darcs-hash:20090725115243-7ad00-12f5c856de534b555577f50666b44f724c760f93.gz
parent ebbde2b1
No related branches found
No related tags found
No related merge requests found
......@@ -649,7 +649,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['style'] = '';
$link['more'] = '';
$name = $this->_getLinkTitle($name, $address, $isImage);
$name = $this->_getLinkTitle($name, '', $isImage);
if ( !$isImage ) {
$link['class']='mail JSnocheck';
} else {
......@@ -663,9 +663,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
if(empty($name)){
$name = $address;
}
#elseif($isImage{
# $name = $this->_xmlEntities($name);
# }
if($conf['mailguard'] == 'visible') $address = rawurlencode($address);
......
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