summaryrefslogtreecommitdiff
path: root/modules/search/search.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-11 16:57:42 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-11 16:57:42 +0000
commit22d317e5c476cc2a05a067d246c9a4772ed92d79 (patch)
tree6dd92515c6799f2fd1cca7d863f3effad4492511 /modules/search/search.module
parent5b384d39245f20e80e0635c1b76d7a2e589ffe27 (diff)
downloadbrdo-22d317e5c476cc2a05a067d246c9a4772ed92d79.tar.gz
brdo-22d317e5c476cc2a05a067d246c9a4772ed92d79.tar.bz2
- Patch #101562 by dvessel: <p>-tag clean ups.
Diffstat (limited to 'modules/search/search.module')
-rw-r--r--modules/search/search.module4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index 3285d6298..a19d62711 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -101,9 +101,7 @@ function search_help($section) {
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@search">Search page</a>.', array('@search' => 'http://drupal.org/handbook/modules/search/')) .'</p>';
return $output;
case 'admin/settings/search':
- return t('
-<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>
-');
+ return '<p>'. t('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('<ul>
<li>Check if your spelling is correct.</li>