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.
2 parents 234ac7a + fe55f63 commit dcf53faCopy full SHA for dcf53fa
templates/CRM/Mailing/Page/Component.tpl
@@ -49,7 +49,7 @@
49
<td class="crm-editable" data-field="name">{$row.name}</td>
50
<td>{$row.component_type}</td>
51
<td>{$row.subject}</td>
52
- <td>{$row.body_text}</td>
+ <td>{$row.body_text|escape}</td>
53
<td>{$row.body_html|escape}</td>
54
<td>{if $row.is_default eq 1}<img src="{$config->resourceBase}i/check.gif" alt="{ts}Default{/ts}" />{/if} </td>
55
<td id="row_{$row.id}_status">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
0 commit comments