mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
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':
|
case 'application/vnd.oasis.opendocument.spreadsheet':
|
||||||
$replace_tags = array(
|
$replace_tags = array(
|
||||||
'<b>','<strong>','<i>','<em>','<u>','<span>','<ol>','<ul>','<li>',
|
'<b>','<strong>','<i>','<em>','<u>','<span>','<ol>','<ul>','<li>',
|
||||||
'<table>','<tr>','<td>',
|
'<table>','<tr>','<td>','<a>',
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'application/xmlWord.Document': // Word 2003*/
|
case 'application/xmlWord.Document': // Word 2003*/
|
||||||
|
Loading…
Reference in New Issue
Block a user