r1281 - trunk/demos

r1281 - trunk/demos


Author: pazu2k@gmail.com
Date: Mon Dec 29 11:44:16 2008
New Revision: 1281
Modified:
trunk/demos/index.html
Log:
demos/index.html - changed H1 to H3.
Modified: trunk/demos/index.html
==============================================================================
--- trunk/demos/index.html    (original)
+++ trunk/demos/index.html    Mon Dec 29 11:44:16 2008
@@ -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 { ?>