Fix info not displaying when rules are empty

pull/29/head
Pavel 11 years ago
parent 1253080377
commit cdce907bba

@ -84,7 +84,7 @@
</tr>
</thead>
<tbody>
<?php if( Is_Array( $Rules ) ): ?>
<?php if( Is_Array( $Info ) ): ?>
<?php foreach( $Info as $InfoKey => $InfoValue ): ?>
<tr>
<td><?php echo htmlspecialchars( $InfoKey ); ?></td>

Loading…
Cancel
Save