Removed an HTML comment and changed the heading from 1 to 2.
This commit is contained in:
parent
31902af09a
commit
a16054b33f
|
@ -1,4 +1,4 @@
|
|||
<h1>ZoneMinder Events</h1>
|
||||
<h2>Events</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Id</th>
|
||||
|
@ -6,8 +6,6 @@
|
|||
<th>Length</th>
|
||||
</tr>
|
||||
|
||||
<!-- Here is where we loop through our $events array, printing out post info -->
|
||||
|
||||
<?php foreach ($events as $event): ?>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue