Fix merging into HTML did not properly process style tags.

This commit is contained in:
Nathan Gray 2015-11-26 17:22:40 +00:00
parent 3a84c8118f
commit b9fb162a72

View File

@ -958,7 +958,7 @@ abstract class bo_merge
case 'text/html': case 'text/html':
$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>','<a>', '<table>','<tr>','<td>','<a>','<style>',
); );
break; break;
case 'application/vnd.oasis.opendocument.text': // open office case 'application/vnd.oasis.opendocument.text': // open office