Completed
Push — master ( 52d06b...ee11f0 )
by Aimeos
04:53
created
admin/jqadm/templates/common/partials/listsearch-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,11 @@
 block discarded – undo
62 62
 							name="<?= $enc->attr( $this->formparam( array_merge( $group, ['filter', 'val', $idx] ) ) ); ?>"
63 63
 							v-bind:value="'<?= $enc->attr( $this->value( $filter, 'val/' . $idx, '' ) ); ?>'"
64 64
 							v-bind:config="this.$flatpickr.daterange" />
65
-					<?php else : ?>
66
-						<input class="form-control" type="<?= $enc->attr( $type ); ?>" tabindex="<?= $this->get( 'tabindex' ); ?>"
65
+					<?php else {
66
+	: ?>
67
+						<input class="form-control" type="<?= $enc->attr( $type );
68
+}
69
+?>" tabindex="<?= $this->get( 'tabindex' ); ?>"
67 70
 							name="<?= $enc->attr( $this->formparam( array_merge( $group, ['filter', 'val', $idx] ) ) ); ?>"
68 71
 							value="<?= $enc->attr( $this->value( $filter, 'val/' . $idx, '' ) ); ?>" />
69 72
 					<?php endif; ?>
Please login to merge, or discard this patch.