forked from extern/egroupware
Reverse
This commit is contained in:
parent
5c9203338b
commit
d3a97b6813
@ -93,7 +93,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('\n','',"\\'",'"'),$text).'\')"';
|
||||
return ' onmouseover="'.$opt_out.'return escape(\''.str_replace(array("\n","\r","'",'"'),array('<br/>','',"\\'",'"'),$text).'\')"';
|
||||
}
|
||||
|
||||
function activate_links($content)
|
||||
|
Loading…
Reference in New Issue
Block a user