Passed
Push — master ( eaed7b...d0758c )
by Aimeos
03:23
created
admin/jqadm/templates/locale/item-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,11 @@
 block discarded – undo
35 35
 			<span class="navbar-label">
36 36
 				<?php if( $this->get( 'itemData/locale.id' ) ) : ?>
37 37
 					<?= $enc->html( $this->get( 'itemData/locale.languageid' ) . '/' . $this->get( 'itemData/locale.currencyid' ) ); ?>
38
-				<?php else : ?>
39
-					<?= $enc->html( $this->translate( 'admin', 'New' ) ); ?>
38
+				<?php else {
39
+	: ?>
40
+					<?= $enc->html( $this->translate( 'admin', 'New' ) );
41
+}
42
+?>
40 43
 				<?php endif; ?>
41 44
 			</span>
42 45
 			<span class="navbar-site"><?= $enc->html( $this->site()->match( $this->get( 'itemData/locale.siteid' ) ) ); ?></span>
Please login to merge, or discard this patch.
admin/jqadm/templates/subscription/item-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,11 @@
 block discarded – undo
45 45
 			<span class="navbar-label">
46 46
 				<?php if( $this->get( 'itemData/subscription.id' ) ) : ?>
47 47
 					<?= $enc->html( $this->get( 'itemData/subscription.datenext' ) . ' ' . $this->get( 'itemData/subscription.interval' ) ); ?>
48
-				<?php else : ?>
49
-					<?= $enc->html( $this->translate( 'admin', 'New' ) ); ?>
48
+				<?php else {
49
+	: ?>
50
+					<?= $enc->html( $this->translate( 'admin', 'New' ) );
51
+}
52
+?>
50 53
 				<?php endif; ?>
51 54
 			</span>
52 55
 			<span class="navbar-site"><?= $enc->html( $this->site()->match( $this->get( 'itemData/subscription.siteid' ) ) ); ?></span>
Please login to merge, or discard this patch.