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