From: Coleman Watts Date: Sat, 9 Aug 2014 15:23:01 +0000 (+0100) Subject: Whitespace cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=97a620041b2c76ccd6696b5ef97faf956fcc1adb;p=civicrm-core.git Whitespace cleanup --- 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}