From 97a620041b2c76ccd6696b5ef97faf956fcc1adb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 9 Aug 2014 16:23:01 +0100 Subject: [PATCH] Whitespace cleanup --- templates/CRM/ACL/Page/EntityRole.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/CRM/ACL/Page/EntityRole.tpl b/templates/CRM/ACL/Page/EntityRole.tpl index 86240282b1..5bfafb04fe 100644 --- a/templates/CRM/ACL/Page/EntityRole.tpl +++ b/templates/CRM/ACL/Page/EntityRole.tpl @@ -54,12 +54,12 @@ {foreach from=$rows item=row} - - {$row.acl_role} - {$row.entity} - {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} - {$row.action|replace:'xx':$row.id} - + + {$row.acl_role} + {$row.entity} + {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if} + {$row.action|replace:'xx':$row.id} + {/foreach} -- 2.25.1