diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-30 00:49:51 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-30 00:49:51 +0000 |
| commit | 2751c52617d2c9600905fb42500c2beb66ea2129 (patch) | |
| tree | ab5f28b003699fd592dd751b19be5f27feb077ed /htroot | |
| parent | 387db84087c8771d3bb0ece8a19280e2028c52ec (diff) | |
layout
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7415 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/js/yacyinteractive.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<div style=\"float:left\"><pre>" + script + "</pre><br/></div>"; + document.getElementById("downloadscript").innerHTML = "<div><pre>" + script + "</pre><br/></div>"; document.getElementById("downloadbutton").innerHTML = "<input id=\"downloadbutton\" type=\"button\" value=\"hide the download script\" onClick=\"hideDownloadScript();\"/>"; } |
