mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
demos: overview file headers are not included if $plain is set in php
This commit is contained in:
parent
cca491dc4f
commit
af317289a6
@ -1,3 +1,4 @@
|
||||
<?php if(!isset($plain)) { ?>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -25,6 +26,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<?php } ?>
|
||||
<table cellspacing="0" cellpadding="0" class="layout-grid" id="functional">
|
||||
<tr>
|
||||
<td class="left-nav">
|
||||
@ -81,6 +83,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<?php if(!isset($plain)) { ?>
|
||||
</body>
|
||||
</html>
|
||||
<?php } ?>
|
||||
|
Loading…
Reference in New Issue
Block a user