mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
Keep image tags when merging into HTML templates
This commit is contained in:
parent
1614c8c3c3
commit
de90c27873
@ -1014,7 +1014,7 @@ abstract class Merge
|
||||
case 'text/html':
|
||||
$replace_tags = array(
|
||||
'<b>','<strong>','<i>','<em>','<u>','<span>','<ol>','<ul>','<li>',
|
||||
'<table>','<tr>','<td>','<a>','<style>',
|
||||
'<table>','<tr>','<td>','<a>','<style>','<img>',
|
||||
);
|
||||
break;
|
||||
case 'application/vnd.oasis.opendocument.text': // open office
|
||||
|
Loading…
Reference in New Issue
Block a user