GX-Bug #47309 » HTMLTEXTEMailFix.patch
| src/system/classes/orders/SendOrderContentView.inc.php (revision ) | ||
|---|---|---|
| 173 | 173 |
} |
| 174 | 174 |
|
| 175 | 175 |
// GET TXT MAIL CONTENT |
| 176 |
$t_html_output_array['txt'] = fetch_email_template($this, 'order_mail', 'txt', '', $t_language_id, $t_language);
|
|
| 176 |
$t_html_output_array['txt'] = strip_tags(fetch_email_template($this, 'order_mail', 'txt', '', $t_language_id, $t_language));
|
|
| 177 | 177 |
|
| 178 | 178 |
// RETURN MAIL CONTENTS |
| 179 | 179 |
return $t_html_output_array; |