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 {