forked from extern/egroupware
Fix merging into HTML did not properly process style tags.
This commit is contained in:
parent
3a84c8118f
commit
b9fb162a72
@ -958,7 +958,7 @@ abstract class bo_merge
|
||||
case 'text/html':
|
||||
$replace_tags = array(
|
||||
'<b>','<strong>','<i>','<em>','<u>','<span>','<ol>','<ul>','<li>',
|
||||
'<table>','<tr>','<td>','<a>',
|
||||
'<table>','<tr>','<td>','<a>','<style>',
|
||||
);
|
||||
break;
|
||||
case 'application/vnd.oasis.opendocument.text': // open office
|
||||
|
Loading…
Reference in New Issue
Block a user