From d8bffe2935fd6366ab8ae35aa54415024c8bbca8 Mon Sep 17 00:00:00 2001 From: Aaditya Walawalkar Date: Thu, 1 Aug 2013 20:26:19 +0530 Subject: [PATCH] CRM-12439 - indentation changes ---------------------------------------- * CRM-12439: Add description field for Profiles and expose the created_id field http://issues.civicrm.org/jira/browse/CRM-12439 * CRM-12439-org: http://issues.civicrm.org/jira/browse/CRM-12439-org * CRM-12995-1: http://issues.civicrm.org/jira/browse/CRM-12995-1 * CRM-12995-2: http://issues.civicrm.org/jira/browse/CRM-12995-2 --- templates/CRM/UF/Page/Group.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/UF/Page/Group.tpl b/templates/CRM/UF/Page/Group.tpl index 560b450fa3..52fa8a71de 100644 --- a/templates/CRM/UF/Page/Group.tpl +++ b/templates/CRM/UF/Page/Group.tpl @@ -87,7 +87,7 @@ {$row.title} {if $row.created_id && $row.created_by} - {ts}{$row.created_by}{/ts} + {ts}{$row.created_by}{/ts} {/if} {$row.description} @@ -130,7 +130,7 @@ {$row.title} {if $row.created_id && $row.created_by} - {ts}{$row.created_by}{/ts} + {ts}{$row.created_by}{/ts} {/if} {$row.description} -- 2.25.1