summaryrefslogtreecommitdiff
path: root/htroot/Status.html
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-09-11 11:05:07 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2010-09-11 11:05:07 +0000
commit547d5226aeda5b0fba3e569383b643797a659d3e (patch)
tree8c86844adec94fb4aae2a6329da7e38f50086b84 /htroot/Status.html
parentd2a3d08c4464e35e558965c9a483850f7c7bff46 (diff)
fix banner reload parameters (were no html errors)
adapted default colours git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7137 6c8d7289-2bf4-0310-a012-ef5d649a1542
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 ba6e01f68..7c600496f 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;
}
}