From: Niels Heinemann Date: Thu, 10 Mar 2016 09:53:20 +0000 (+0100) Subject: CRM-18184 - Fix expanding subgroups in manage-groups-view X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f07df8d5a77b15e5b43b17ad4769dd476f591edd;p=civicrm-core.git CRM-18184 - Fix expanding subgroups in manage-groups-view ---------------------------------------- * CRM-18184: Manage groups: Can't expand sub groups if title editable https://issues.civicrm.org/jira/browse/CRM-18184 --- diff --git a/templates/CRM/Group/Form/Search.tpl b/templates/CRM/Group/Form/Search.tpl index ddaf95c54e..6614b2bb94 100644 --- a/templates/CRM/Group/Form/Search.tpl +++ b/templates/CRM/Group/Form/Search.tpl @@ -214,7 +214,7 @@ appendHTML += '' + '{/literal}{literal}' + val.title + ''; } else { - appendHTML += '' + val.title + ''; + appendHTML += '' + '{/literal}{literal}' + val.title + ''; } appendHTML += '' + val.count + ""; appendHTML += "" + val.created_by + "";