From 01b1add555142867961f55d2a924db9b3d6b770a Mon Sep 17 00:00:00 2001 From: Mattias Michaux Date: Tue, 17 Nov 2015 14:22:15 +0100 Subject: [PATCH] Fixed incorrect nesting. --- templates/CRM/Event/Form/Search.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Event/Form/Search.tpl b/templates/CRM/Event/Form/Search.tpl index eff497fdc7..eb53eb1442 100644 --- a/templates/CRM/Event/Form/Search.tpl +++ b/templates/CRM/Event/Form/Search.tpl @@ -38,15 +38,15 @@ {$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'}   {$form.buttons.html} - {if $form.deleted_contacts} - - - {$form.deleted_contacts.html}  {$form.deleted_contacts.label} - - - {/if} + {if $form.deleted_contacts} + + + {$form.deleted_contacts.html}  {$form.deleted_contacts.label} + + + {/if} {include file="CRM/Event/Form/Search/Common.tpl"} -- 2.25.1