mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removed trailing space
This commit is contained in:
parent
6c22faa372
commit
a0b9d5fe8b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<h2><?php echo __d('cake_dev', 'Missing Database Connection'); ?></h2>
|
||||
<p class="error">
|
||||
<strong><?php echo __d('cake_dev', 'Error'); ?>: </strong>
|
||||
<?php echo __d('cake_dev', 'A Database connection using "%s" was missing or unable to connect. ', h($class)); ?>
|
||||
<?php echo __d('cake_dev', 'A Database connection using "%s" was missing or unable to connect.', h($class)); ?>
|
||||
<br />
|
||||
<?php
|
||||
if (isset($message)):
|
||||
|
|
Loading…
Reference in a new issue