Update publicFooter.tpl
authorDave Greenberg <dave@civicrm.org>
Wed, 14 May 2014 16:53:14 +0000 (09:53 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 14 May 2014 16:53:14 +0000 (09:53 -0700)
Indentation fixes.

templates/CRM/common/publicFooter.tpl

index f3c5612f87c57a286e7d2a5638afa538865eba4e..57693f8081add8b40106aa63d07eae1ca7a66b35 100644 (file)
@@ -25,8 +25,8 @@
 *}
 
 {if $config->empoweredBy}
-{capture assign=civilogo}<a href="http://civicrm.org/" title="{ts}CiviCRM.org - Growing and Sustaining Relationships{/ts}" target="_blank" class="empowered-by-link"><div class="empowered-by-logo"><span>CiviCRM</span></div></a>{/capture}
-<div class="crm-public-footer" id="civicrm-footer">
-{ts 1=$civilogo}empowered by %1{/ts}
-</div>
+  {capture assign=civilogo}<a href="http://civicrm.org/" title="{ts}CiviCRM.org - Growing and Sustaining Relationships{/ts}" target="_blank" class="empowered-by-link"><div class="empowered-by-logo"><span>CiviCRM</span></div></a>{/capture}
+  <div class="crm-public-footer" id="civicrm-footer">
+    {ts 1=$civilogo}empowered by %1{/ts}
+  </div>
 {/if}