From: Mattias Michaux Date: Tue, 17 Nov 2015 13:22:15 +0000 (+0100) Subject: Fixed incorrect nesting. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=01b1add555142867961f55d2a924db9b3d6b770a;p=civicrm-core.git Fixed incorrect nesting. --- 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"}