aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-29 15:30:12 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-29 15:30:12 +0000
commit765346cadceea9d2fb50de459931ad54421ebe76 (patch)
treeb573aca6171d1b475cb6c13c929159d3d88c37b6 /demos/index.html
parent52e8f2b48151e302124bdbd26bb54e524b5012c0 (diff)
downloadjquery-ui-765346cadceea9d2fb50de459931ad54421ebe76.tar.gz
jquery-ui-765346cadceea9d2fb50de459931ad54421ebe76.zip
demos/indext.html: removed (invalid) H1 around page content
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 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 {