From b71946989079a78b895f6e40ddd6c89d5938b00d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Frank=20J=2E=20G=C3=B3mez?= Date: Wed, 17 Jul 2013 03:32:10 -0400 Subject: [PATCH] CRM-13054: Fixed incorrectly nested tags. --- templates/CRM/Event/Page/EventInfo.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/CRM/Event/Page/EventInfo.tpl b/templates/CRM/Event/Page/EventInfo.tpl index d50365a891..ffc9ef825a 100644 --- a/templates/CRM/Event/Page/EventInfo.tpl +++ b/templates/CRM/Event/Page/EventInfo.tpl @@ -86,15 +86,15 @@
{* Display top buttons only if the page is long enough to merit duplicate buttons *} {if $event.summary or $event.description} - {crmRegion name="event-page-eventinfo-actionlinks-top"} - {/if} {if $event.summary} @@ -211,15 +211,15 @@ {include file="CRM/Custom/Page/CustomDataView.tpl"} - {crmRegion name="event-page-eventinfo-actionlinks-bottom"} - { if $event.is_public }
{include file="CRM/Event/Page/iCalLinks.tpl"} {/if} -- 2.25.1