From 32932014111c7a77b5da73568278a45a44c37f2e Mon Sep 17 00:00:00 2001 From: Joe Murray Date: Tue, 13 Dec 2016 11:29:18 -0500 Subject: [PATCH] reversed L53 L52 as per @seamuslea request --- templates/CRM/Mailing/Page/Component.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Mailing/Page/Component.tpl b/templates/CRM/Mailing/Page/Component.tpl index 2936118267..7dd796ec85 100644 --- a/templates/CRM/Mailing/Page/Component.tpl +++ b/templates/CRM/Mailing/Page/Component.tpl @@ -49,8 +49,8 @@ {$row.name} {$row.component_type} {$row.subject} - {$row.body_text|escape} {$row.body_html|escape} + {$row.body_text|escape} {if $row.is_default eq 1}{ts}Default{/ts}{/if}  {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} {$row.action|replace:'xx':$row.id} -- 2.25.1