Passed
Push — master ( a807e5...15941e )
by Aimeos
02:44
created
client/html/templates/common/partials/selection-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,10 +150,13 @@
 block discarded – undo
150 150
 
151 151
 					</ul>
152 152
 
153
-				<?php else : ?>
153
+				<?php else {
154
+	: ?>
154 155
 
155 156
 					<select class="form-control select-list"
156
-						name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrvarid', $code] ) ); ?>"
157
+						name="<?= $enc->attr( $this->formparam( ['b_prod', 0, 'attrvarid', $code] ) );
158
+}
159
+?>"
157 160
 						data-index="<?= $index++; ?>" data-type="<?= $enc->attr( $code ); ?>" >
158 161
 
159 162
 						<?php if( !$this->config( 'client/html/catalog/selection/preselect/' . $code, false ) ) : ?>
Please login to merge, or discard this patch.