Passed
Push — master ( a7d87f...e3484f )
by Aimeos
03:54
created
client/html/templates/catalog/lists/header-standard.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,11 @@
 block discarded – undo
50 50
 		<title><?= $enc->html( sprintf( $this->translate( 'client', 'Result for "%1$s"' ), strip_tags( $search ) ) ); ?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title>
51 51
 		<meta name="keywords" content="<?= $enc->attr( strip_tags( $search ) ); ?>" />
52 52
 		<meta name="description" content="<?= $enc->attr( strip_tags( $search ) ); ?>" />
53
-	<?php else : ?>
54
-		<title><?= $enc->html( $this->translate( 'client', 'Our products' ) ); ?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title>
53
+	<?php else {
54
+	: ?>
55
+		<title><?= $enc->html( $this->translate( 'client', 'Our products' ) );
56
+}
57
+?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title>
55 58
 		<meta name="keywords" content="<?= $enc->attr( $this->translate( 'client', 'Our products' ) ); ?>" />
56 59
 		<meta name="description" content="<?= $enc->attr( $this->translate( 'client', 'Our products' ) ); ?>" />
57 60
 	<?php endif; ?>
Please login to merge, or discard this patch.