summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-03-03 08:37:47 +0000
committerDries Buytaert <dries@buytaert.net>2006-03-03 08:37:47 +0000
commitd7e9371e94be34b90c72bd51d56fc239237318d5 (patch)
tree21d00e1ee88fc34ccafd3979b591146cf6d3d930 /modules/search.module
parent1001b7079d19128bb55a71c4fcb5b989400cba31 (diff)
downloadbrdo-d7e9371e94be34b90c72bd51d56fc239237318d5.tar.gz
brdo-d7e9371e94be34b90c72bd51d56fc239237318d5.tar.bz2
- Removing whitespace
Diffstat (limited to 'modules/search.module')
-rw-r--r--modules/search.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/search.module b/modules/search.module
index d72960373..ca5fca5ed 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -822,7 +822,7 @@ function _search_parse_query(&$word, &$scores, $not = false) {
* (optional) Extra SQL arguments belonging to the second query parameter.
*
* @param $sort_parameters
- * (optional) SQL arguments for sorting the final results.
+ * (optional) SQL arguments for sorting the final results.
* Default: 'ORDER BY score DESC'
*
* @return
@@ -1199,7 +1199,7 @@ function theme_search_item($item, $type) {
*/
function theme_search_page($results, $type) {
$output = '<dl class="search-results">';
-
+
foreach ($results as $entry) {
$output .= theme('search_item', $entry, $type);
}