diff options
| -rw-r--r-- | htroot/yacyinteractive.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index ef64c3649..bd0074a25 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -66,8 +66,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </form> <div id="searchnavigation"></div> </div> -<div id="downloadscript"></div> -<div id="searchresults"> +<div id="downloadscript" style="clear:both;"></div> +<div id="searchresults" style="clear:both;"> <h3>DECENTRALIZE - run this search portal yourself (if you like). Just follow these steps:</h3> <ul> <li>download the software from yacy.net and run it. (you need OpenJDK6). A http server is started and serves the administration pages.</li> @@ -95,4 +95,4 @@ document.getElementById("query").focus(); </script> #%env/templates/footer.template%# </body> -</html>
\ No newline at end of file +</html> |
