mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/index.html - changed H1 to H3.
This commit is contained in:
parent
7012495261
commit
1d2280575b
@ -85,7 +85,7 @@
|
||||
<div class="normal">
|
||||
|
||||
<?php if(isset($plain) && isset($_GET['load'])) {
|
||||
echo html_entity_decode('<h1>'. $_GET['load'] .'</h1>');
|
||||
echo html_entity_decode('<h3>'. $_GET['load'] .'</h3>');
|
||||
include($section .'/index.html');
|
||||
echo html_entity_decode('<iframe id="preview" name="preview" src="/'. $section .'/default.html" width="500" height="300" border="0" frameborder="0" style="overflow:auto"></iframe>');
|
||||
} else { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user