]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fix
authorMichael Wiebusch <stratomaster@gmx.net>
Mon, 5 Aug 2013 15:20:44 +0000 (17:20 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Mon, 5 Aug 2013 15:20:44 +0000 (17:20 +0200)
tools/testgui.pl

index faccd4cb8443e1c1ce65b79c36f1e0966762c13d..403f4dfa4784ee00035d609a7ddff452205cebdf 100755 (executable)
@@ -176,12 +176,12 @@ print "</script>";
 # end of that story
 
 print "<input type='button' value='show/hide debug output' onclick='toggleVis(\"theConsole\")'>";
-print "<div id='theConsole'>[the \"console\"]</div>";
 
 print "</td></tr>";
 print "</table>";
 
 print "</p>";
+print "<div id='theConsole'>[the \"console\"]</div>";
 
 print end_html;