contrib modules security updates
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<?php foreach ($header as $field => $label): ?>
|
||||
<th <?php if ($header_classes[$field]) { print 'class="'. $header_classes[$field] . '" '; } ?>>
|
||||
<th <?php if ($header_classes[$field]) { print 'class="'. $header_classes[$field] . '" '; } ?> scope="col">
|
||||
<?php print $label; ?>
|
||||
</th>
|
||||
<?php endforeach; ?>
|
||||
|
Reference in New Issue
Block a user