Skip to content

Commit

Permalink
Fixed identing and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark van Driel authored and Mark van Driel committed Sep 2, 2013
1 parent cd06edc commit 38820e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/View/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif;
$settings = Cache::settings();
if (!empty($settings)):
echo '<span class="notice success">';
echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/core.php ', '<em>'. $settings['engine'] . 'Engine</em>');
echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/core.php ', '<em>' . $settings['engine'] . 'Engine</em>');
echo '</span>';
else:
echo '<span class="notice">';
Expand Down Expand Up @@ -113,7 +113,7 @@ if (isset($filePresent)):
<?php
if ($connected && $connected->isConnected()):
echo '<span class="notice success">';
echo __d('cake_dev', 'Cake is able to connect to the database.');
echo __d('cake_dev', 'Cake is able to connect to the database.');
echo '</span>';
else:
echo '<span class="notice">';
Expand Down

0 comments on commit 38820e0

Please sign in to comment.