Passed
Push — master ( e3484f...f7a137 )
by Aimeos
03:38
created
client/html/templates/catalog/home/header-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,8 @@  discard block
 block discarded – undo
21 21
 		<meta name="description" content="<?= $enc->attr( strip_tags( $textItem->getContent() ) ); ?>" />
22 22
 	<?php endforeach; ?>
23 23
 
24
-<?php else : ?>
24
+<?php else {
25
+	: ?>
25 26
 
26 27
 	<title><?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title>
27 28
 
@@ -29,7 +30,9 @@  discard block
 block discarded – undo
29 30
 
30 31
 <?php if( isset( $this->homeStockUrl ) ) : ?>
31 32
 	<?php foreach( $this->homeStockUrl as $url ) : ?>
32
-		<script type="text/javascript" defer="defer" src="<?= $enc->attr( $url ); ?>"></script>
33
+		<script type="text/javascript" defer="defer" src="<?= $enc->attr( $url );
34
+}
35
+?>"></script>
33 36
 	<?php endforeach ?>
34 37
 <?php endif; ?>
35 38
 
Please login to merge, or discard this patch.