Passed
Push — master ( ef9f95...4f781d )
by Aimeos
03:43
created
client/html/templates/catalog/home/header-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,8 @@  discard block
 block discarded – undo
38 38
 
39 39
 	<meta name="twitter:card" content="summary_large_image" />
40 40
 
41
-<?php else : ?>
41
+<?php else {
42
+	: ?>
42 43
 
43 44
 	<title><?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title>
44 45
 
@@ -46,7 +47,9 @@  discard block
 block discarded – undo
46 47
 
47 48
 <?php if( isset( $this->homeStockUrl ) ) : ?>
48 49
 	<?php foreach( $this->homeStockUrl as $url ) : ?>
49
-		<script type="text/javascript" defer="defer" src="<?= $enc->attr( $url ); ?>"></script>
50
+		<script type="text/javascript" defer="defer" src="<?= $enc->attr( $url );
51
+}
52
+?>"></script>
50 53
 	<?php endforeach ?>
51 54
 <?php endif; ?>
52 55
 
Please login to merge, or discard this patch.