Allow anchor tags in OO.o

This commit is contained in:
Nathan Gray 2012-05-14 13:48:32 +00:00
parent 408b66f975
commit 7a5c8f6ad6

View File

@ -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*/