We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2615bfb commit 2be4973Copy full SHA for 2be4973
src/MailPanel.latte
@@ -109,7 +109,7 @@
109
110
<tr class="nextras-mail-panel-preview-html tracy-collapsed">
111
{capture $htmlPreview}{include MailPanel.body.latte, message => $message}{/capture}
112
- <td colspan="2" data-content="{$htmlPreview}"></td>
+ <td colspan="2" data-content="{$htmlPreview|noescape}"></td>
113
</tr>
114
</table>
115
{/foreach}
0 commit comments