Merge pull request #5403 from eileenmcnaughton/CRM-16055-task-fixes
[civicrm-core.git] / templates / CRM / common / Tagset.tpl
index 6cb324312e1eb9669b14c2825fdb75442f05de7d..ee28dc14128140734e22497c4af0760232077c78 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -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}