moved script hunks after body tag to allow chrome working
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 11 Apr 2012 06:25:01 +0000 (08:25 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.com>
Wed, 11 Apr 2012 06:25:01 +0000 (08:25 +0200)
web/test-hs-rd.php

index 9edd50b..27146b4 100644 (file)
@@ -8,6 +8,9 @@ var ctx_new = "";
 
 window.onload = function () { if (http_streaming != "ready") http_streaming.reload(); };
 </script> 
+</head>
+<body>
+</body>
 <?php
 function mop_flush()
 {
@@ -42,7 +45,4 @@ push(\"$('cont').innerHTML = '%d';\");
 }
 main();
 ?>
-</head>
-<body>
-</body>
 </html>
\ No newline at end of file