demos/indext.html: removed (invalid) H1 around page content

This commit is contained in:
Richard Worth
2008-12-29 15:30:12 +00:00
parent 52e8f2b481
commit 765346cadc

View File

@@ -72,7 +72,7 @@
if(isset($_GET['load'])) {
//Preload the demo page here
echo '<h1>'.$_GET['load'].'</h1>';
echo '$_GET['load'];
} else {