Skip to content
Snippets Groups Projects
Commit f704aa97 authored by Matthieu Guffroy's avatar Matthieu Guffroy
Browse files

fix html table

parent 07ab2cac
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
<?php foreach($listParams["keys"] as $key): ?>
<th><?php echo ucfirst($key); ?></th>
<?php endforeach; ?>
<th></th>
</thead>
<tbody>
<?php foreach($listArray as $line): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment