mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
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);"';
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user