diff options
-rw-r--r-- | demos/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<h1>'.$_GET['load'].'</h1>';
+ echo '$_GET['load'];
} else {
|