Completed
Push — master ( 26cb64...326e28 )
by Aimeos
03:19
created
client/html/templates/account/subscription/lists-body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,8 +129,11 @@
 block discarded – undo
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>
Please login to merge, or discard this patch.