From 80f34e5ab0c7b08e409fad2c6d148fa933423ce3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Dec 2003 17:14:27 +0000 Subject: - XHTML improvements: -> . Patch by Stefan. --- modules/search/search.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/search/search.module') diff --git a/modules/search/search.module b/modules/search/search.module index 2e2dc2544..64ce8dff6 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -6,9 +6,9 @@ function search_help($section = "admin/help#search") { switch ($section) { case 'admin/help#search': - $output = "Search guidelines"; + $output = "Search guidelines"; $output .= "

The search page allows you to search the web site's content. You can specify multiple words, and they will all be searched for. You can also use wildcards, so 'walk*' will match 'walk', 'walking', 'walker', 'walkable' and so on. Furthermore, searches are not case sensitive so searching for 'walk', 'Walk' or 'WALK' will yield exactly the same results.

"; - $output .= "Words excluded from the search"; + $output .= "Words excluded from the search"; $output .= "

Words that frequently occur, typically called 'noise words', are ignored. Example words are 'a', 'at', 'and', 'are', 'as', 'how', 'where', etc. Words shorter than %number letters are also ignored.

"; $output = t($output, array("%number" => variable_get("minimum_word_size", 2))); break; -- cgit v1.2.3