Skip to content

Commit af31728

Browse files
author
Paul Bakaus
committed
demos: overview file headers are not included if $plain is set in php
1 parent cca491d commit af31728

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

demos/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?php if(!isset($plain)) { ?>
12
<!doctype html>
23
<html lang="en">
34
<head>
@@ -25,6 +26,7 @@
2526
</script>
2627
</head>
2728
<body>
29+
<?php } ?>
2830
<table cellspacing="0" cellpadding="0" class="layout-grid" id="functional">
2931
<tr>
3032
<td class="left-nav">
@@ -81,6 +83,7 @@ <h3>Instructions</h3>
8183
</td>
8284
</tr>
8385
</table>
84-
86+
<?php if(!isset($plain)) { ?>
8587
</body>
8688
</html>
89+
<?php } ?>

0 commit comments

Comments
 (0)