summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-04 09:31:41 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-04 09:31:41 +0000
commit7c5c1c9ab9388c129579885f3e94476d654f5679 (patch)
tree93f61d097fafa6ecf265f858436268c6b99d4c10
parentfc02bfed53bc2549b3a7e889a610b6be4c522935 (diff)
downloadbrdo-7c5c1c9ab9388c129579885f3e94476d654f5679.tar.gz
brdo-7c5c1c9ab9388c129579885f3e94476d654f5679.tar.bz2
#42508 by Egon Bianchet, Documentation: invalid xhtml syntax
-rw-r--r--modules/search.module4
-rw-r--r--modules/search/search.module4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/search.module b/modules/search.module
index 21110cbb7..f061ed48a 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 21110cbb7..f061ed48a 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>');
}
}