mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
demos: fixed styles for sub pages
This commit is contained in:
parent
86d650d7d1
commit
b2c2240663
1090
demos/demos.css
1090
demos/demos.css
File diff suppressed because it is too large
Load Diff
@ -72,7 +72,7 @@
|
||||
if(isset($_GET['load'])) {
|
||||
|
||||
//Preload the demo page here
|
||||
echo "<h1>".$_GET['load']."</h1>";
|
||||
echo '<h1>'.$_GET['load'].'</h1>';
|
||||
|
||||
} else {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user