From 17f75d58c16e666b848b028d7986b8e89403ca7f Mon Sep 17 00:00:00 2001 From: monishdeb Date: Tue, 8 Apr 2014 15:45:05 +0530 Subject: [PATCH] HR-331, TabHeader fix --- templates/CRM/common/TabHeader.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/TabHeader.tpl b/templates/CRM/common/TabHeader.tpl index fe0be8a781..620f4278a0 100644 --- a/templates/CRM/common/TabHeader.tpl +++ b/templates/CRM/common/TabHeader.tpl @@ -29,7 +29,7 @@ {* enclose all tabs and its content in a block *}
- {if $tabHeader and count($tabHeader) gt 1} + {if $tabHeader and count($tabHeader)}
    {foreach from=$tabHeader key=tabName item=tabValue} -- 2.25.1