From 7c5c1c9ab9388c129579885f3e94476d654f5679 Mon Sep 17 00:00:00 2001 From: Neil Drumm <drumm@3064.no-reply.drupal.org> Date: Thu, 4 May 2006 09:31:41 +0000 Subject: [PATCH] #42508 by Egon Bianchet, Documentation: invalid xhtml syntax --- modules/search.module | 4 ++-- modules/search/search.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/search.module b/modules/search.module index 21110cbb7ac8..f061ed48ad51 100644 --- a/modules/search.module +++ b/modules/search.module @@ -114,11 +114,11 @@ function search_help($section) { <p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p> '); case 'search#noresults': - return t('<p><ul> + return t('<ul> <li>Check if your spelling is correct.</li> <li>Remove quotes around phrases to match each word individually: <em>"blue smurf"</em> will match less than <em>blue smurf</em>.</li> <li>Consider loosening your query with <em>OR</em>: <em>blue smurf</em> will match less than <em>blue OR smurf</em>.</li> -</ul></p>'); +</ul>'); } } diff --git a/modules/search/search.module b/modules/search/search.module index 21110cbb7ac8..f061ed48ad51 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -114,11 +114,11 @@ function search_help($section) { <p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p> '); case 'search#noresults': - return t('<p><ul> + return t('<ul> <li>Check if your spelling is correct.</li> <li>Remove quotes around phrases to match each word individually: <em>"blue smurf"</em> will match less than <em>blue smurf</em>.</li> <li>Consider loosening your query with <em>OR</em>: <em>blue smurf</em> will match less than <em>blue OR smurf</em>.</li> -</ul></p>'); +</ul>'); } } -- GitLab