summaryrefslogtreecommitdiffstats
path: root/templates/html/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/search.js')
-rw-r--r--templates/html/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/search.js b/templates/html/search.js
index ff2b8c8..92b6094 100644
--- a/templates/html/search.js
+++ b/templates/html/search.js
@@ -364,7 +364,7 @@ function SearchBox(name, resultsPath, inFrame, label)
if (domPopupSearchResultsWindow.style.display!='block')
{
var domSearchBox = this.DOMSearchBox();
- this.DOMSearchClose().style.display = 'inline';
+ this.DOMSearchClose().style.display = 'inline-block';
if (this.insideFrame)
{
var domPopupSearchResults = this.DOMPopupSearchResults();