forked from extern/egroupware
Allow anchor tags in OO.o
This commit is contained in:
parent
408b66f975
commit
7a5c8f6ad6
@ -875,7 +875,7 @@ abstract class bo_merge
|
||||
case 'application/vnd.oasis.opendocument.spreadsheet':
|
||||
$replace_tags = array(
|
||||
'<b>','<strong>','<i>','<em>','<u>','<span>','<ol>','<ul>','<li>',
|
||||
'<table>','<tr>','<td>',
|
||||
'<table>','<tr>','<td>','<a>',
|
||||
);
|
||||
break;
|
||||
case 'application/xmlWord.Document': // Word 2003*/
|
||||
|
Loading…
Reference in New Issue
Block a user