Passed
Branch master (4f99e3)
by Aimeos
04:48
created
client/html/templates/email/delivery/text-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,6 @@
 block discarded – undo
20 20
 <?= wordwrap( strip_tags( $this->translate( 'client', 'If you have any questions, please reply to this e-mail' ) ) ); ?>
21 21
 
22 22
 
23
-<?= wordwrap( strip_tags( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ) ) ); ?>
23
+<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?>
24 24
 <?php $this->block()->stop(); ?>
25 25
 <?= $this->block()->get( 'email/delivery/text' ); ?>
Please login to merge, or discard this patch.
client/html/templates/email/delivery/html-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 			</p>
62 62
 
63 63
 			<p class="email-common-legal content-block">
64
-				<?= nl2br( $enc->html( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
64
+				<?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
65 65
 			</p>
66 66
 
67 67
 		</div>
Please login to merge, or discard this patch.
client/html/templates/email/payment/text-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,6 +20,6 @@
 block discarded – undo
20 20
 <?= wordwrap( strip_tags( $this->translate( 'client', 'If you have any questions, please reply to this e-mail' ) ) ); ?>
21 21
 
22 22
 
23
-<?= wordwrap( strip_tags( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ) ) ); ?>
23
+<?= wordwrap( strip_tags( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ) ) ); ?>
24 24
 <?php $this->block()->stop(); ?>
25 25
 <?= $this->block()->get( 'email/payment/text' ); ?>
Please login to merge, or discard this patch.
client/html/templates/email/payment/html-body-standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 			</p>
62 62
 
63 63
 			<p class="email-common-legal content-block">
64
-				<?= nl2br( $enc->html( $this->translate( 'client',  'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
64
+				<?= nl2br( $enc->html( $this->translate( 'client', 'All orders are subject to our terms and conditions.' ), $enc::TRUST ) ); ?>
65 65
 			</p>
66 66
 
67 67
 		</div>
Please login to merge, or discard this patch.
client/html/templates/email/account/text-body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,11 @@
 block discarded – undo
20 20
 
21 21
 <?php if( ( $pass = $this->get( 'extAccountPassword' ) ) !== null ) : ?>
22 22
 	<?= $this->translate( 'client', 'Password' ); ?>: <?= $pass; ?>
23
-<?php else : ?>
24
-	<?= $this->translate( 'client', 'Password' ); ?>: <?= $this->translate( 'client', 'Like entered by you' ); ?>
23
+<?php else {
24
+	: ?>
25
+	<?= $this->translate( 'client', 'Password' );
26
+}
27
+?>: <?= $this->translate( 'client', 'Like entered by you' ); ?>
25 28
 <?php endif; ?>
26 29
 
27 30
 
Please login to merge, or discard this patch.
client/html/templates/basket/standard/body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,9 +120,12 @@
 block discarded – undo
120 120
 						href="<?= $enc->attr( $this->url( $checkoutTarget, $checkoutController, $checkoutAction, [], [], $checkoutConfig ) ); ?>">
121 121
 						<?= $enc->html( $this->translate( 'client', 'Checkout' ), $enc::TRUST ); ?>
122 122
 					</a>
123
-				<?php else : ?>
123
+				<?php else {
124
+	: ?>
124 125
 					<a class="btn btn-primary btn-lg btn-action"
125
-						href="<?= $enc->attr( $this->url( $basketTarget, $basketController, $basketAction, array( 'b_check' => 1 ), [], $basketConfig ) ); ?>">
126
+						href="<?= $enc->attr( $this->url( $basketTarget, $basketController, $basketAction, array( 'b_check' => 1 ), [], $basketConfig ) );
127
+}
128
+?>">
126 129
 						<?= $enc->html( $this->translate( 'client', 'Check' ), $enc::TRUST ); ?>
127 130
 					</a>
128 131
 				<?php endif; ?>
Please login to merge, or discard this patch.
client/html/templates/account/subscription/lists-body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,8 +122,11 @@
 block discarded – undo
122 122
 									<span class="value col-xs-6">
123 123
 										<?php if( isset( $intervals[$item->getInterval()] ) ) : ?>
124 124
 											<?= $enc->html( $intervals[$item->getInterval()]->getName(), $enc::TRUST ); ?>
125
-										<?php else : ?>
126
-											<?= $enc->html( $item->getInterval(), $enc::TRUST ); ?>
125
+										<?php else {
126
+	: ?>
127
+											<?= $enc->html( $item->getInterval(), $enc::TRUST );
128
+}
129
+?>
127 130
 										<?php endif; ?>
128 131
 									</span>
129 132
 								</div>
Please login to merge, or discard this patch.
client/html/templates/account/subscription/detail-body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,8 +68,11 @@
 block discarded – undo
68 68
 						$this->config( 'client/html/account/subscription/summary/address', 'common/summary/address-standard' ),
69 69
 						array( 'address' => $addresses['delivery'], 'type' => 'delivery' )
70 70
 					); ?>
71
-				<?php else : ?>
72
-					<?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); ?>
71
+				<?php else {
72
+	: ?>
73
+					<?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST );
74
+}
75
+?>
73 76
 				<?php endif; ?>
74 77
 			</div>
75 78
 		</div>
Please login to merge, or discard this patch.
client/html/templates/account/history/order-body-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,11 @@
 block discarded – undo
70 70
 						$this->config( 'client/html/account/history/summary/address', 'common/summary/address-standard' ),
71 71
 						array( 'address' => $addresses['delivery'], 'type' => 'delivery' )
72 72
 					); ?>
73
-				<?php else : ?>
74
-					<?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); ?>
73
+				<?php else {
74
+	: ?>
75
+					<?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST );
76
+}
77
+?>
75 78
 				<?php endif; ?>
76 79
 			</div>
77 80
 		</div>
Please login to merge, or discard this patch.