@@ -129,8 +129,11 @@ |
||
| 129 | 129 | <span class="value col-7"> |
| 130 | 130 | <?php if( $interval = $this->get( 'listsIntervalItems', map() )->get( $item->getInterval() ) ) : ?> |
| 131 | 131 | <?= $enc->html( $interval->getName(), $enc::TRUST ); ?> |
| 132 | - <?php else : ?> |
|
| 133 | - <?= $enc->html( $item->getInterval(), $enc::TRUST ); ?> |
|
| 132 | + <?php else { |
|
| 133 | + : ?> |
|
| 134 | + <?= $enc->html( $item->getInterval(), $enc::TRUST ); |
|
| 135 | +} |
|
| 136 | +?> |
|
| 134 | 137 | <?php endif; ?> |
| 135 | 138 | </span> |
| 136 | 139 | </div> |