summaryrefslogtreecommitdiff
path: root/modules/search/search-results.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search-results.tpl.php')
-rw-r--r--modules/search/search-results.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search-results.tpl.php b/modules/search/search-results.tpl.php
index 4de724bec..e35be1edc 100644
--- a/modules/search/search-results.tpl.php
+++ b/modules/search/search-results.tpl.php
@@ -21,7 +21,7 @@
* @see template_preprocess_search_results()
*/
?>
-<?php if ($search_results) : ?>
+<?php if ($search_results): ?>
<h2><?php print t('Search results');?></h2>
<ol class="search-results <?php print $module; ?>-results">
<?php print $search_results; ?>