Keep image tags when merging into HTML templates

This commit is contained in:
nathangray 2018-09-18 10:21:36 -06:00
parent 1614c8c3c3
commit de90c27873

View File

@ -1014,7 +1014,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