aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/index.html b/demos/index.html
index ee0c629ee..3fd32b610 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 '<h1>'.$_GET['load'].'</h1>';
} else {