summaryrefslogtreecommitdiffstats
path: root/src/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.php')
-rw-r--r--src/search.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search.php b/src/search.php
index b3ac0e6..b908125 100644
--- a/src/search.php
+++ b/src/search.php
@@ -292,6 +292,7 @@ function main()
echo "</span>\n";
echo "</form>\n";
echo "</div>\n";
+ echo "<div class=\"searchresults\">\n";
$results = array();
$requiredWords = array();
$forbiddenWords = array();
@@ -318,6 +319,7 @@ function main()
sort_results($filteredDocs,$sorted);
// report results to the user
report_results($sorted);
+ echo "</div>\n";
fclose($file);
}