From 2751c52617d2c9600905fb42500c2beb66ea2129 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 30 Dec 2010 00:49:51 +0000 Subject: [PATCH] layout git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7415 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/js/yacyinteractive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/js/yacyinteractive.js b/htroot/js/yacyinteractive.js index 14bed7f87..612a5aa23 100644 --- a/htroot/js/yacyinteractive.js +++ b/htroot/js/yacyinteractive.js @@ -72,7 +72,7 @@ function preparepage(str) { } function makeDownloadScript() { - document.getElementById("downloadscript").innerHTML = "
" + script + "

"; + document.getElementById("downloadscript").innerHTML = "
" + script + "

"; document.getElementById("downloadbutton").innerHTML = ""; }