@@ -12,11 +12,14 @@ |
||
12 | 12 | <?php $detail = $upper_detail; ?> |
13 | 13 | </ul> |
14 | 14 | </li> |
15 | -<?php else : ?> |
|
15 | +<?php else { |
|
16 | + : ?> |
|
16 | 17 | <li class="interest-detail"> |
17 | 18 | <?php if ($detail->has_value()): ?> |
18 | 19 | <span class="interest-detail-name"><?= $detail->display_as ?>: </span> |
19 | 20 | <span class="interest-detail-value"><?= htmlspecialchars($detail->value) ?></span> |
20 | - <?php endif; ?> |
|
21 | + <?php endif; |
|
22 | +} |
|
23 | +?> |
|
21 | 24 | </li> |
22 | 25 | <?php endif; ?> |
23 | 26 | \ No newline at end of file |