Passed
Push — master ( 150377...c18077 )
by Aimeos
02:57
created
client/html/src/Client/Html/Account/Watch/Standard.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -86,22 +86,22 @@  discard block
 block discarded – undo
86 86
 		catch( \Aimeos\Client\Html\Exception $e )
87 87
 		{
88 88
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
89
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
89
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
90 90
 		}
91 91
 		catch( \Aimeos\Controller\Frontend\Exception $e )
92 92
 		{
93 93
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
94
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
94
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
95 95
 		}
96 96
 		catch( \Aimeos\MShop\Exception $e )
97 97
 		{
98 98
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
99
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
99
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
100 100
 		}
101 101
 		catch( \Exception $e )
102 102
 		{
103 103
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
104
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
104
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
105 105
 			$this->logException( $e );
106 106
 		}
107 107
 
@@ -305,22 +305,22 @@  discard block
 block discarded – undo
305 305
 		catch( \Aimeos\MShop\Exception $e )
306 306
 		{
307 307
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
308
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
308
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
309 309
 		}
310 310
 		catch( \Aimeos\Controller\Frontend\Exception $e )
311 311
 		{
312 312
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
313
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
313
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
314 314
 		}
315 315
 		catch( \Aimeos\Client\Html\Exception $e )
316 316
 		{
317 317
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
318
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
318
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
319 319
 		}
320 320
 		catch( \Exception $e )
321 321
 		{
322 322
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
323
-			$view->watchErrorList = array_merge($view->get( 'watchErrorList', [] ), $error);
323
+			$view->watchErrorList = array_merge( $view->get( 'watchErrorList', [] ), $error );
324 324
 			$this->logException( $e );
325 325
 		}
326 326
 	}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Account/Profile/Standard.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -85,22 +85,22 @@  discard block
 block discarded – undo
85 85
 		catch( \Aimeos\Client\Html\Exception $e )
86 86
 		{
87 87
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
88
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
88
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
89 89
 		}
90 90
 		catch( \Aimeos\Controller\Frontend\Exception $e )
91 91
 		{
92 92
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
93
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
93
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
94 94
 		}
95 95
 		catch( \Aimeos\MShop\Exception $e )
96 96
 		{
97 97
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
98
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
98
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
99 99
 		}
100 100
 		catch( \Exception $e )
101 101
 		{
102 102
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
103
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
103
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
104 104
 			$this->logException( $e );
105 105
 		}
106 106
 
@@ -290,22 +290,22 @@  discard block
 block discarded – undo
290 290
 		catch( \Aimeos\MShop\Exception $e )
291 291
 		{
292 292
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
293
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
293
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
294 294
 		}
295 295
 		catch( \Aimeos\Controller\Frontend\Exception $e )
296 296
 		{
297 297
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
298
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
298
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
299 299
 		}
300 300
 		catch( \Aimeos\Client\Html\Exception $e )
301 301
 		{
302 302
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
303
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
303
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
304 304
 		}
305 305
 		catch( \Exception $e )
306 306
 		{
307 307
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
308
-			$view->profileErrorList = array_merge($view->get( 'profileErrorList', [] ), $error);
308
+			$view->profileErrorList = array_merge( $view->get( 'profileErrorList', [] ), $error );
309 309
 			$this->logException( $e );
310 310
 		}
311 311
 	}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Basket/Standard/Standard.php 2 patches
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -86,22 +86,22 @@  discard block
 block discarded – undo
86 86
 		catch( \Aimeos\Client\Html\Exception $e )
87 87
 		{
88 88
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
89
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
89
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
90 90
 		}
91 91
 		catch( \Aimeos\Controller\Frontend\Exception $e )
92 92
 		{
93 93
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
94
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
94
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
95 95
 		}
96 96
 		catch( \Aimeos\MShop\Exception $e )
97 97
 		{
98 98
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
99
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
99
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
100 100
 		}
101 101
 		catch( \Exception $e )
102 102
 		{
103 103
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
104
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
104
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
105 105
 			$this->logException( $e );
106 106
 		}
107 107
 
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
 		catch( \Aimeos\Controller\Frontend\Exception $e )
346 346
 		{
347 347
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
348
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
348
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
349 349
 		}
350 350
 		catch( \Aimeos\MShop\Plugin\Provider\Exception $e )
351 351
 		{
@@ -353,17 +353,17 @@  discard block
 block discarded – undo
353 353
 			$errors = array_merge( $errors, $this->translatePluginErrorCodes( $e->getErrorCodes() ) );
354 354
 
355 355
 			$view->standardErrorCodes = $e->getErrorCodes();
356
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $errors);
356
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $errors );
357 357
 		}
358 358
 		catch( \Aimeos\MShop\Exception $e )
359 359
 		{
360 360
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
361
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
361
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
362 362
 		}
363 363
 		catch( \Exception $e )
364 364
 		{
365 365
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
366
-			$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $error);
366
+			$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $error );
367 367
 			$this->logException( $e );
368 368
 		}
369 369
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -399,8 +399,7 @@  discard block
 block discarded – undo
399 399
 			$controller = $view->config( 'client/html/catalog/detail/url/controller', 'catalog' );
400 400
 			$action = $view->config( 'client/html/catalog/detail/url/action', 'detail' );
401 401
 			$config = $view->config( 'client/html/catalog/detail/url/config', [] );
402
-		}
403
-		else
402
+		} else
404 403
 		{
405 404
 			$params = $context->getSession()->get( 'aimeos/catalog/lists/params/last/' . $site, [] );
406 405
 
@@ -466,8 +465,7 @@  discard block
 block discarded – undo
466 465
 				$view->param( 'b_supplier' ),
467 466
 				$view->param( 'b_siteid' )
468 467
 			);
469
-		}
470
-		else
468
+		} else
471 469
 		{
472 470
 			$list = [];
473 471
 			$entries = (array) $view->param( 'b_prod', [] );
Please login to merge, or discard this patch.
client/html/src/Client/Html/Basket/Related/Standard.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -96,22 +96,22 @@
 block discarded – undo
96 96
 		catch( \Aimeos\Client\Html\Exception $e )
97 97
 		{
98 98
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
99
-			$view->relatedErrorList = array_merge($view->get( 'relatedErrorList', [] ), $error);
99
+			$view->relatedErrorList = array_merge( $view->get( 'relatedErrorList', [] ), $error );
100 100
 		}
101 101
 		catch( \Aimeos\Controller\Frontend\Exception $e )
102 102
 		{
103 103
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
104
-			$view->relatedErrorList = array_merge($view->get( 'relatedErrorList', [] ), $error);
104
+			$view->relatedErrorList = array_merge( $view->get( 'relatedErrorList', [] ), $error );
105 105
 		}
106 106
 		catch( \Aimeos\MShop\Exception $e )
107 107
 		{
108 108
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
109
-			$view->relatedErrorList = array_merge($view->get( 'relatedErrorList', [] ), $error);
109
+			$view->relatedErrorList = array_merge( $view->get( 'relatedErrorList', [] ), $error );
110 110
 		}
111 111
 		catch( \Exception $e )
112 112
 		{
113 113
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
114
-			$view->relatedErrorList = array_merge($view->get( 'relatedErrorList', [] ), $error);
114
+			$view->relatedErrorList = array_merge( $view->get( 'relatedErrorList', [] ), $error );
115 115
 			$this->logException( $e );
116 116
 		}
117 117
 
Please login to merge, or discard this patch.
client/html/src/Client/Html/Locale/Select/Standard.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -111,22 +111,22 @@
 block discarded – undo
111 111
 		catch( \Aimeos\Client\Html\Exception $e )
112 112
 		{
113 113
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
114
-			$view->selectErrorList = array_merge($view->get( 'selectErrorList', [] ), $error);
114
+			$view->selectErrorList = array_merge( $view->get( 'selectErrorList', [] ), $error );
115 115
 		}
116 116
 		catch( \Aimeos\Controller\Frontend\Exception $e )
117 117
 		{
118 118
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
119
-			$view->selectErrorList = array_merge($view->get( 'selectErrorList', [] ), $error);
119
+			$view->selectErrorList = array_merge( $view->get( 'selectErrorList', [] ), $error );
120 120
 		}
121 121
 		catch( \Aimeos\MShop\Exception $e )
122 122
 		{
123 123
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
124
-			$view->selectErrorList = array_merge($view->get( 'selectErrorList', [] ), $error);
124
+			$view->selectErrorList = array_merge( $view->get( 'selectErrorList', [] ), $error );
125 125
 		}
126 126
 		catch( \Exception $e )
127 127
 		{
128 128
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
129
-			$view->selectErrorList = array_merge($view->get( 'selectErrorList', [] ), $error);
129
+			$view->selectErrorList = array_merge( $view->get( 'selectErrorList', [] ), $error );
130 130
 			$this->logException( $e );
131 131
 		}
132 132
 
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Session/Standard.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -111,22 +111,22 @@  discard block
 block discarded – undo
111 111
 		catch( \Aimeos\Client\Html\Exception $e )
112 112
 		{
113 113
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
114
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
114
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
115 115
 		}
116 116
 		catch( \Aimeos\Controller\Frontend\Exception $e )
117 117
 		{
118 118
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
119
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
119
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
120 120
 		}
121 121
 		catch( \Aimeos\MShop\Exception $e )
122 122
 		{
123 123
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
124
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
124
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
125 125
 		}
126 126
 		catch( \Exception $e )
127 127
 		{
128 128
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
129
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
129
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
130 130
 			$this->logException( $e );
131 131
 		}
132 132
 
@@ -316,22 +316,22 @@  discard block
 block discarded – undo
316 316
 		catch( \Aimeos\Client\Html\Exception $e )
317 317
 		{
318 318
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
319
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
319
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
320 320
 		}
321 321
 		catch( \Aimeos\Controller\Frontend\Exception $e )
322 322
 		{
323 323
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
324
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
324
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
325 325
 		}
326 326
 		catch( \Aimeos\MShop\Exception $e )
327 327
 		{
328 328
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
329
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
329
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
330 330
 		}
331 331
 		catch( \Exception $e )
332 332
 		{
333 333
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
334
-			$view->sessionErrorList = array_merge($view->get( 'sessionErrorList', [] ), $error);
334
+			$view->sessionErrorList = array_merge( $view->get( 'sessionErrorList', [] ), $error );
335 335
 			$this->logException( $e );
336 336
 		}
337 337
 	}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Product/Standard.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -145,22 +145,22 @@  discard block
 block discarded – undo
145 145
 			catch( \Aimeos\Client\Html\Exception $e )
146 146
 			{
147 147
 				$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
148
-				$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
148
+				$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
149 149
 			}
150 150
 			catch( \Aimeos\Controller\Frontend\Exception $e )
151 151
 			{
152 152
 				$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
153
-				$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
153
+				$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
154 154
 			}
155 155
 			catch( \Aimeos\MShop\Exception $e )
156 156
 			{
157 157
 				$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
158
-				$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
158
+				$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
159 159
 			}
160 160
 			catch( \Exception $e )
161 161
 			{
162 162
 				$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
163
-				$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
163
+				$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
164 164
 				$this->logException( $e );
165 165
 			}
166 166
 
@@ -344,22 +344,22 @@  discard block
 block discarded – undo
344 344
 		catch( \Aimeos\Client\Html\Exception $e )
345 345
 		{
346 346
 			$error = array( $context->getI18n()->dt( 'client', $e->getMessage() ) );
347
-			$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
347
+			$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
348 348
 		}
349 349
 		catch( \Aimeos\Controller\Frontend\Exception $e )
350 350
 		{
351 351
 			$error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) );
352
-			$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
352
+			$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
353 353
 		}
354 354
 		catch( \Aimeos\MShop\Exception $e )
355 355
 		{
356 356
 			$error = array( $context->getI18n()->dt( 'mshop', $e->getMessage() ) );
357
-			$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
357
+			$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
358 358
 		}
359 359
 		catch( \Exception $e )
360 360
 		{
361 361
 			$error = array( $context->getI18n()->dt( 'client', 'A non-recoverable error occured' ) );
362
-			$view->productErrorList = array_merge($view->get( 'productErrorList', [] ), $error);
362
+			$view->productErrorList = array_merge( $view->get( 'productErrorList', [] ), $error );
363 363
 			$this->logException( $e );
364 364
 		}
365 365
 	}
Please login to merge, or discard this patch.
client/html/src/Client/Html/Checkout/Standard/Delivery/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
 					catch( \Aimeos\Controller\Frontend\Basket\Exception $e )
249 249
 					{
250 250
 						$view->deliveryError = $e->getErrors();
251
-						$view->standardErrorList = array_merge($view->get( 'standardErrorList', [] ), $e->getErrors());
251
+						$view->standardErrorList = array_merge( $view->get( 'standardErrorList', [] ), $e->getErrors() );
252 252
 
253 253
 						throw $e;
254 254
 					}
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
@@ -122,10 +122,13 @@
 block discarded – undo
122 122
 						href="<?= $enc->attr( $this->url( $checkoutTarget, $checkoutController, $checkoutAction, [], [], $checkoutConfig ) ); ?>">
123 123
 						<?= $enc->html( $this->translate( 'client', 'Checkout' ), $enc::TRUST ); ?>
124 124
 					</a>
125
-				<?php else : ?>
125
+				<?php else {
126
+	: ?>
126 127
 					<input type="hidden" name="<?= $enc->attr( $this->formparam( 'b_action' ) ) ?>" value="1" />
127 128
 					<button class="btn btn-primary btn-lg btn-action" type="submit">
128
-						<?= $enc->html( $this->translate( 'client', 'Check' ), $enc::TRUST ); ?>
129
+						<?= $enc->html( $this->translate( 'client', 'Check' ), $enc::TRUST );
130
+}
131
+?>
129 132
 					</button>
130 133
 				<?php endif; ?>
131 134
 
Please login to merge, or discard this patch.