aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2008-12-29 19:44:16 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2008-12-29 19:44:16 +0000
commit1d2280575b00ad73bdd0fee9760fe03c5286f25f (patch)
tree8809759d9091058235df0b0a8c514e83f572e264 /demos/index.html
parent7012495261ee468ed85a8a16086022ecd69e8514 (diff)
downloadjquery-ui-1d2280575b00ad73bdd0fee9760fe03c5286f25f.tar.gz
jquery-ui-1d2280575b00ad73bdd0fee9760fe03c5286f25f.zip
demos/index.html - changed H1 to H3.
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 9b8c5b48c..684187a1a 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -85,7 +85,7 @@
<div class="normal">
<?php if(isset($plain) && isset($_GET['load'])) {
- echo html_entity_decode('&lt;h1&gt;'. $_GET['load'] .'&lt;/h1&gt;');
+ echo html_entity_decode('&lt;h3&gt;'. $_GET['load'] .'&lt;/h3&gt;');
include($section .'/index.html');
echo html_entity_decode('&lt;iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"&gt;&lt;/iframe&gt;');
} else { ?>