summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/SearchController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/SearchController.php b/app/Controller/SearchController.php
index 198f01564d..8d10775944 100644
--- a/app/Controller/SearchController.php
+++ b/app/Controller/SearchController.php
@@ -536,6 +536,7 @@ class SearchController extends PageController {
if (!empty($this->mynotelist)) {
echo '<div id="notes-results-tab">', FunctionsPrintLists::noteTable($this->mynotelist), '</div>';
}
+ echo '</div>';
} else {
// One or more search terms were specified, but no results were found.
echo '<div class="warning center">' . I18N::translate('No results found.') . '</div>';