From e4ae4d1d07173984c01cf20c0f5647a2792f566d Mon Sep 17 00:00:00 2001
From: Coleman Watts <coleman@civicrm.org>
Date: Fri, 31 May 2013 10:30:08 -0700
Subject: [PATCH] Fix fulltext search help

---
 templates/CRM/Block/FullTextSearch.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/CRM/Block/FullTextSearch.tpl b/templates/CRM/Block/FullTextSearch.tpl
index c15b9dd685..b5eb2fcad6 100644
--- a/templates/CRM/Block/FullTextSearch.tpl
+++ b/templates/CRM/Block/FullTextSearch.tpl
@@ -61,6 +61,6 @@
 {if call_user_func(array('CRM_Core_Permission','access'), 'CiviMember')}
         <option value="Membership">{ts}Memberships{/ts}</option>
 {/if}
-    </select>{help id="id-fullText-block" file="CRM/Contact/Form/Search/Custom/FullText.hlp"}
+    </select> {help id="id-fullText" file="CRM/Contact/Form/Search/Custom/FullText.hlp"}
     </form>
 </div>
-- 
GitLab