@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | |
12 | 12 | <p>Empty.</p> |
13 | 13 | |
14 | -<?php else |
|
14 | +<?php else { |
|
15 | 15 | : ?> |
16 | 16 | |
17 | 17 | <table class="table table-condensed table-bordered table-striped table-hover sx-table" style="table-layout: fixed;"> |
@@ -28,6 +28,7 @@ discard block |
||
28 | 28 | <td style="overflow:auto"><?= $value ?></td> |
29 | 29 | </tr> |
30 | 30 | <?php endforeach; |
31 | +} |
|
31 | 32 | ?> |
32 | 33 | </tbody> |
33 | 34 | </table> |