diff options
Diffstat (limited to 'net/base/dir_header.html')
-rw-r--r-- | net/base/dir_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/dir_header.html b/net/base/dir_header.html index ad4ec0a..4f33bba 100644 --- a/net/base/dir_header.html +++ b/net/base/dir_header.html @@ -62,7 +62,7 @@ function onListingParsingError() { var box = document.getElementById("listingParsingErrorBox"); box.innerHTML = box.innerHTML.replace("LOCATION", encodeURI(document.location) + "?raw"); - box.style.display = ""; + box.style.display = "block"; } </script> |