forked from extern/egroupware
aplied benjamins fix
This commit is contained in:
parent
ce279014bc
commit
a52fa703a1
@ -94,7 +94,7 @@ class html
|
|||||||
}
|
}
|
||||||
if ($text === False) return ' onmouseover="'.$opt_out.'return escape(this.innerHTML);"';
|
if ($text === False) return ' onmouseover="'.$opt_out.'return escape(this.innerHTML);"';
|
||||||
|
|
||||||
return ' onmouseover="'.$opt_out.'return escape(\''.str_replace(array("\n","\r","'",'"'),array('<br />','',"\\'",'"'),$text).'\')"';
|
return ' onmouseover="'.$opt_out.'return escape(\''.str_replace(array("\n","\r","'",'"'),array('','',"\\'",'"'),$text).'\')"';
|
||||||
}
|
}
|
||||||
|
|
||||||
function activate_links($content)
|
function activate_links($content)
|
||||||
|
Loading…
Reference in New Issue
Block a user