Completed
Push — master ( ea7c09...15cf0d )
by Aimeos
06:26
created
client/html/templates/account/watch/body-default.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,9 +32,12 @@
 block discarded – undo
32 32
 				<div class="media-item" style="background-image: url('<?php echo $mediaUrl; ?>')" itemscope="" itemtype="http://schema.org/ImageObject">
33 33
 					<meta itemprop="contentUrl" content="<?php echo $mediaUrl; ?>" />
34 34
 				</div>
35
-<?php			else : ?>
35
+<?php			else {
36
+    : ?>
36 37
 				<div class="media-item"></div>
37
-<?php			endif; ?>
38
+<?php			endif;
39
+}
40
+?>
38 41
 				<h3 class="name" itemprop="name"><?php echo $enc->html( $productItem->getName(), $enc::TRUST ); ?></h3>
39 42
 				<div class="price-list" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
40 43
 <?php			echo $this->partial( $this->config( 'client/html/common/partials/price', 'common/partials/price-default.php' ), array( 'prices' => $productItem->getRefItems( 'price', null, 'default' ) ) ); ?>
Please login to merge, or discard this patch.
client/html/templates/account/favorite/body-default.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,9 +32,12 @@
 block discarded – undo
32 32
 				<div class="media-item" style="background-image: url('<?php echo $mediaUrl; ?>')" itemscope="" itemtype="http://schema.org/ImageObject">
33 33
 					<meta itemprop="contentUrl" content="<?php echo $mediaUrl; ?>" />
34 34
 				</div>
35
-<?php			else : ?>
35
+<?php			else {
36
+    : ?>
36 37
 				<div class="media-item"></div>
37
-<?php			endif; ?>
38
+<?php			endif;
39
+}
40
+?>
38 41
 				<h3 class="name" itemprop="name"><?php echo $enc->html( $productItem->getName(), $enc::TRUST ); ?></h3>
39 42
 				<div class="price-list" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
40 43
 <?php			echo $this->partial( $this->config( 'client/html/common/partials/price', 'common/partials/price-default.php' ), array( 'prices' => $productItem->getRefItems( 'price', null, 'default' ) ) ); ?>
Please login to merge, or discard this patch.
client/html/templates/basket/mini/main-body-default.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
 {
17 17
 	$orderService = $this->standardBasket->getService( 'payment' );
18 18
 	$orderServiceId = $orderService->getServiceId();
19
-}
20
-catch( Exception $e )
19
+} catch( Exception $e )
21 20
 {
22 21
 	$orderService = null;
23 22
 	$orderServiceId = null;
Please login to merge, or discard this patch.
client/html/templates/basket/mini/product-body-default.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
 {
17 17
 	$orderService = $this->standardBasket->getService( 'payment' );
18 18
 	$orderServiceId = $orderService->getServiceId();
19
-}
20
-catch( Exception $e )
19
+} catch( Exception $e )
21 20
 {
22 21
 	$orderService = null;
23 22
 	$orderServiceId = null;
Please login to merge, or discard this patch.
client/html/templates/email/common/text-salutation-body-default.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
 {
17 17
 	$orderService = $this->standardBasket->getService( 'payment' );
18 18
 	$orderServiceId = $orderService->getServiceId();
19
-}
20
-catch( Exception $e )
19
+} catch( Exception $e )
21 20
 {
22 21
 	$orderService = null;
23 22
 	$orderServiceId = null;
Please login to merge, or discard this patch.
client/html/templates/email/common/text-summary-address-body-default.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -71,8 +71,7 @@  discard block
 block discarded – undo
71 71
 			$addr->getWebsite(),
72 72
 			$addr->getVatID()
73 73
 		) ) ) );
74
-	}
75
-	catch( Exception $e ) { ; }
74
+	} catch( Exception $e ) { ; }
76 75
 ?>
77 76
 		</div>
78 77
 	</div><div class="item delivery <?php echo ( isset( $errors['address']['delivery'] ) ? 'error' : '' ); ?>">
@@ -127,8 +126,7 @@  discard block
 block discarded – undo
127 126
 			$addr->getWebsite(),
128 127
 			$addr->getVatID()
129 128
 		) ) ) );
130
-	}
131
-	catch( Exception $e )
129
+	} catch( Exception $e )
132 130
 	{
133 131
 		echo $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST );
134 132
 	}
Please login to merge, or discard this patch.
client/html/templates/email/common/html-salutation-body-default.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
 {
17 17
 	$orderService = $this->standardBasket->getService( 'payment' );
18 18
 	$orderServiceId = $orderService->getServiceId();
19
-}
20
-catch( Exception $e )
19
+} catch( Exception $e )
21 20
 {
22 21
 	$orderService = null;
23 22
 	$orderServiceId = null;
Please login to merge, or discard this patch.
client/html/templates/catalog/detail/bundle-body-default.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,9 +32,12 @@
 block discarded – undo
32 32
 				<div class="media-item" style="background-image: url('<?php echo $mediaUrl; ?>')" itemscope="" itemtype="http://schema.org/ImageObject">
33 33
 					<meta itemprop="contentUrl" content="<?php echo $mediaUrl; ?>" />
34 34
 				</div>
35
-<?php			else : ?>
35
+<?php			else {
36
+    : ?>
36 37
 				<div class="media-item"></div>
37
-<?php			endif; ?>
38
+<?php			endif;
39
+}
40
+?>
38 41
 				<h3 class="name" itemprop="name"><?php echo $enc->html( $productItem->getName(), $enc::TRUST ); ?></h3>
39 42
 				<div class="price-list" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
40 43
 <?php			echo $this->partial( $this->config( 'client/html/common/partials/price', 'common/partials/price-default.php' ), array( 'prices' => $productItem->getRefItems( 'price', null, 'default' ) ) ); ?>
Please login to merge, or discard this patch.
client/html/templates/catalog/detail/seen-body-default.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,9 +119,12 @@
 block discarded – undo
119 119
 <?php	$mediaItems = $productItem->getRefItems( 'media', 'default', 'default' ); ?>
120 120
 <?php	if( ( $mediaItem = reset( $mediaItems ) ) !== false ) : ?>
121 121
 				<div class="media-item" style="background-image: url('<?php echo $this->content( $mediaItem->getPreview() ); ?>')"></div>
122
-<?php	else : ?>
122
+<?php	else {
123
+    : ?>
123 124
 				<div class="media-item"></div>
124
-<?php	endif; ?>
125
+<?php	endif;
126
+}
127
+?>
125 128
 				<h3 class="name"><?php echo $enc->html( $productItem->getName(), $enc::TRUST ); ?></h3>
126 129
 				<div class="price-list">
127 130
 <?php			echo $this->partial( $this->config( 'client/html/common/partials/price', 'common/partials/price-default.php' ), array( 'prices' => $productItem->getRefItems( 'price', null, 'default' ) ) ); ?>
Please login to merge, or discard this patch.