forked from extern/egroupware
Keep image tags when merging into HTML templates
This commit is contained in:
parent
1c9836f95e
commit
e805551575
@ -1015,7 +1015,7 @@ abstract class 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>','<style>',
|
'<table>','<tr>','<td>','<a>','<style>','<img>',
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'application/vnd.oasis.opendocument.text': // open office
|
case 'application/vnd.oasis.opendocument.text': // open office
|
||||||
|
Loading…
Reference in New Issue
Block a user