]> arthur.barton.de Git - netdata.git/commitdiff
Fix stray start tag error by putting script in the body
authorChris <labontychris@gmail.com>
Sat, 2 Apr 2016 00:54:38 +0000 (17:54 -0700)
committerChris <labontychris@gmail.com>
Sat, 2 Apr 2016 00:54:38 +0000 (17:54 -0700)
web/index.html

index 8c86e16c66a9226a7c1bed6e9ae78d35bfb4b37d..813e64d8a73c3d9f846db994918d914ec8df78aa 100755 (executable)
                </div>
        </div>
 
-</body>
-</html>
 <script>
 
 var demo_hostname = 'netdata.firehol.org';
@@ -1593,3 +1591,6 @@ function finalizePage() {
 downloadAllCharts();
 
 </script>
+
+</body>
+</html>