diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2013-09-27 22:36:41 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-27 22:36:41 +0200 |
| commit | cf89c285b9ffd672b20a2894172788c0af5907ee (patch) | |
| tree | d5013cff954de6ad8e2ffdec1532730621f790e7 | |
| parent | 9eaeb6d523f9dccab792802c2cdb0c6735f3ed5d (diff) | |
move javascript into body for valid HTML5
| -rw-r--r-- | cgi/templates/main.html.ep | 5 |
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> |
