From 31e4b46cb64ec4f2f9ff755c1cc09f1fadda2591 Mon Sep 17 00:00:00 2001 From: francescbassas Date: Thu, 11 Aug 2016 12:19:12 +0200 Subject: [PATCH] CRM-19219 Parent child groups arrow mis-aligned Replicating changes made in this PR https://github.com/civicrm/civicrm-core/pull/8716/files --- templates/CRM/Group/Form/Search.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + ''; -- 2.25.1