1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 08:39:57 +02:00

Fixes #2820 .search-menu class added to search_menu.php

This commit is contained in:
Cameron
2017-10-16 09:39:29 -07:00
parent 9b899004c5
commit ca171ed5db
2 changed files with 3 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ if (isset($searchflat) && $searchflat)
}
else
{
$ns->tablerender(LAN_SEARCH." ".SITENAME, "<div style='text-align:center'>".$text."</div>", 'search');
$ns->tablerender(LAN_SEARCH." ".SITENAME, "<div class='search-menu'>".$text."</div>", 'search');
}
?>