summaryrefslogtreecommitdiff
path: root/htroot/Status.html
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/Status.html')
-rw-r--r--htroot/Status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html
index 75dfeb0d7..32345b700 100644
--- a/htroot/Status.html
+++ b/htroot/Status.html
@@ -7,7 +7,7 @@
function loadBanner() {
for (var i = 0; i < document.images.length; i++) {
if (document.images[i].src.indexOf("Banner.png") > 0) {
- document.images[i].src = "/Banner.png?textcolor=000000&amp;bgcolor=e7effc&amp;bordercolor=5090d0&amp;time=" + (new Date()).getTime();
+ document.images[i].src = "/Banner.png?textcolor=000000&bgcolor=e7effc&bordercolor=5090d0&time=" + (new Date()).getTime();
break;
}
}