From 765346cadceea9d2fb50de459931ad54421ebe76 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 29 Dec 2008 15:30:12 +0000 Subject: demos/indext.html: removed (invalid) H1 around page content --- demos/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos') diff --git a/demos/index.html b/demos/index.html index 3fd32b610..d14010843 100644 --- a/demos/index.html +++ b/demos/index.html @@ -72,7 +72,7 @@ if(isset($_GET['load'])) { //Preload the demo page here - echo '

'.$_GET['load'].'

'; + echo '$_GET['load']; } else { -- cgit v1.2.3