Skip to content

Commit cdce907

Browse files
committed
Fix info not displaying when rules are empty
1 parent 1253080 commit cdce907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</tr>
8585
</thead>
8686
<tbody>
87-
<?php if( Is_Array( $Rules ) ): ?>
87+
<?php if( Is_Array( $Info ) ): ?>
8888
<?php foreach( $Info as $InfoKey => $InfoValue ): ?>
8989
<tr>
9090
<td><?php echo htmlspecialchars( $InfoKey ); ?></td>

0 commit comments

Comments
 (0)