diff --git a/pages/search.php b/pages/search.php index 0379a783..b9fa3074 100644 --- a/pages/search.php +++ b/pages/search.php @@ -32,6 +32,7 @@ class SearchPage extends GenericPage protected $mode = CACHE_TYPE_SEARCH; protected $js = ['swfobject.js']; protected $lvTabs = []; // [file, data, extraInclude, osInfo] // osInfo:[type, appendix, nMatches, param1, param2] + protected $forceTabs = true; protected $search = ''; // output protected $invalid = [];