From: francescbassas Date: Thu, 11 Aug 2016 10:19:12 +0000 (+0200) Subject: CRM-19219 Parent child groups arrow mis-aligned X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=31e4b46cb64ec4f2f9ff755c1cc09f1fadda2591;p=civicrm-core.git CRM-19219 Parent child groups arrow mis-aligned Replicating changes made in this PR https://github.com/civicrm/civicrm-core/pull/8716/files --- diff --git a/templates/CRM/Group/Form/Search.tpl b/templates/CRM/Group/Form/Search.tpl index 85ff2bc8b0..9101c6ceeb 100644 --- a/templates/CRM/Group/Form/Search.tpl +++ b/templates/CRM/Group/Form/Search.tpl @@ -213,7 +213,7 @@ $.each( response.data, function( i, val ) { appendHTML += ''; if ( val.is_parent ) { - appendHTML += '' + '{/literal}
{literal}' + val.title + '
'; + appendHTML += '' + '{/literal}
{literal}' + val.title + '
'; } else { appendHTML += '' + val.title + '';