From 4fd1cd0bc117e8b4708275a4284f4093d78a2e07 Mon Sep 17 00:00:00 2001 From: atif-shaikh Date: Thu, 3 Jul 2014 14:47:31 +0530 Subject: [PATCH] CRM-14942 - Styling break on adding new Contact in Wordpress https://issues.civicrm.org/jira/browse/CRM-14942 --- templates/CRM/common/Tagset.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/common/Tagset.tpl b/templates/CRM/common/Tagset.tpl index 6cb324312e..298562eccd 100644 --- a/templates/CRM/common/Tagset.tpl +++ b/templates/CRM/common/Tagset.tpl @@ -24,7 +24,7 @@ +--------------------------------------------------------------------+ *} {if empty($tagsetType)} - {assign var="tagsetType" value="contact"}contact{/capture} + {assign var="tagsetType" value="contact"} {/if} {foreach from=$tagsetInfo.$tagsetType item=tagset} {assign var="elemName" value=$tagset.tagsetElementName} -- 2.25.1