Removed trailing space

This commit is contained in:
dmromanov 2013-08-15 01:36:51 +04:00
parent 6c22faa372
commit a0b9d5fe8b

View file

@ -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)):