summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorJonathan Jaubart <dev@jaubart.com>2015-07-26 12:11:12 +0100
committerJonathan Jaubart <dev@jaubart.com>2015-07-26 12:11:12 +0100
commit434e05ebcafbe800741c27f7b3bf1cb429e841a3 (patch)
tree4b9d27298c7a33125f4479eda03aad1a2df7cbfa /app/Controller
parenta18a24416579c5a1e1731aa5c3f14b27fb9b0f01 (diff)
downloadwebtrees-434e05ebcafbe800741c27f7b3bf1cb429e841a3.tar.gz
webtrees-434e05ebcafbe800741c27f7b3bf1cb429e841a3.tar.bz2
webtrees-434e05ebcafbe800741c27f7b3bf1cb429e841a3.zip
Further changes to Search page divs structure
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>';