mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
* Tracker: fix bug regarding the save of replys that could be regarded as empty (only span with style, no content)
This commit is contained in:
parent
03a674e7bd
commit
00234be893
@ -1079,6 +1079,7 @@ class translation
|
||||
'@&(trade|#8482);@i', // trade
|
||||
'@'@i', // singleQuote
|
||||
'@(\xc2\xa0)@', // nbsp or tab (encoded windows-style)
|
||||
'@(\xe2\x80\x8b)@', // ZERO WIDTH SPACE
|
||||
);
|
||||
$Replace = array ('',
|
||||
'"',
|
||||
@ -1094,6 +1095,7 @@ class translation
|
||||
'(TM)',// trade
|
||||
"'",
|
||||
' ',
|
||||
'',
|
||||
);
|
||||
$_html = preg_replace($Rules, $Replace, $_html);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user