summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-09-27 22:36:41 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-09-27 22:36:41 +0200
commitcf89c285b9ffd672b20a2894172788c0af5907ee (patch)
treed5013cff954de6ad8e2ffdec1532730621f790e7
parent9eaeb6d523f9dccab792802c2cdb0c6735f3ed5d (diff)
move javascript into body for valid HTML5
-rw-r--r--cgi/templates/main.html.ep5
1 files changed, 3 insertions, 2 deletions
diff --git a/cgi/templates/main.html.ep b/cgi/templates/main.html.ep
index 7a8c38f..433ce47 100644
--- a/cgi/templates/main.html.ep
+++ b/cgi/templates/main.html.ep
@@ -183,8 +183,6 @@ shorten destination names</li>
v<%= $version %>
</div>
-</body>
-
<script type="text/javascript">
function reloadDisplay() {
d = new Date();
@@ -195,4 +193,7 @@ function reloadDisplay() {
setTimeout('reloadDisplay()', 60000);
</script>
+</body>
+
+
</html>