Merge branch 'master' into bootstrap4

This commit is contained in:
Bill Zimmerman
2019-10-20 22:33:09 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
<tbody> <tbody>
<?php foreach ($leases as $lease) : ?> <?php foreach ($leases as $lease) : ?>
<?php foreach (explode(' ', $lease) as $prop) : ?> <?php foreach (explode(' ', $lease) as $prop) : ?>
<tr> <tr>
<?php foreach (explode(' ', $lease) as $prop) : ?> <?php foreach (explode(' ', $lease) as $prop) : ?>
<td><?php echo htmlspecialchars($prop, ENT_QUOTES) ?></td> <td><?php echo htmlspecialchars($prop, ENT_QUOTES) ?></td>
<?php endforeach ?> <?php endforeach ?>