Passed
Push — master ( 2ed932...d32f30 )
by Aimeos
11:58 queued 03:09
created
admin/jqadm/templates/settings/item-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,8 @@  discard block
 block discarded – undo
92 92
 								<?php if( $logos = $this->get( 'itemData/locale.site.logo' ) ) : ?>
93 93
 									<img class="item-preview"
94 94
 										src="<?= $enc->attr( $this->content( end( $logos ) ) ) ?>" />
95
-								<?php else : ?>
95
+								<?php else {
96
+	: ?>
96 97
 									<p class="item-preview">
97 98
 										<?= $enc->html( $this->translate( 'admin', 'Upload shop logo' ) ) ?>
98 99
 									</p>
@@ -106,7 +107,9 @@  discard block
 block discarded – undo
106 107
 						<div class="box">
107 108
 
108 109
 							<div class="form-group media-preview">
109
-								<input class="fileupload" type="file" tabindex="<?= $this->get( 'tabindex', 1 ); ?>"
110
+								<input class="fileupload" type="file" tabindex="<?= $this->get( 'tabindex', 1 );
111
+}
112
+?>"
110 113
 									name="media[icon]" />
111 114
 								<?php if( $icon = $this->get( 'itemData/locale.site.icon' ) ) : ?>
112 115
 									<img class="item-preview"
Please login to merge, or discard this patch.