aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html
index d14010843..44885467f 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 {