Passed
Push — master ( 76b903...edbae3 )
by Aimeos
03:53
created
admin/jqadm/templates/review/item-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,10 +114,13 @@
 block discarded – undo
114 114
 										<?= $enc->html( $this->translate( 'mshop/code', 'status:-2' ) ); ?>
115 115
 									</option>
116 116
 								</select>
117
-							<?php else : ?>
117
+							<?php else {
118
+	: ?>
118 119
 								<span class="form-control item-status">
119 120
 									<?php $key = 'status:' . $this->get( 'itemData/review.status' ) ?>
120
-									<?= $enc->html( $this->translate( 'mshop/code', $key ) ); ?>
121
+									<?= $enc->html( $this->translate( 'mshop/code', $key ) );
122
+}
123
+?>
121 124
 								</span>
122 125
 							<?php endif ?>
123 126
 						</div>
Please login to merge, or discard this patch.