diff --git a/templates/CRM/Mailing/Page/Browse.tpl b/templates/CRM/Mailing/Page/Browse.tpl index 01482f230bda..33236ccc4d94 100644 --- a/templates/CRM/Mailing/Page/Browse.tpl +++ b/templates/CRM/Mailing/Page/Browse.tpl @@ -47,8 +47,8 @@ {counter start=0 skip=1 print=false} {foreach from=$rows item=row} - - {$row.name} + + {$row.name} {if $multilingual} {$row.language} {/if} @@ -68,7 +68,7 @@ {$row.start} {$row.end} {if call_user_func(array('CRM_Campaign_BAO_Campaign','isComponentEnabled'))} - {$row.campaign} + {$row.campaign} {/if} {$row.action|smarty:nodefaults|replace:'xx':$row.id}