Skip to content

Commit

Permalink
whitespace normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Jul 26, 2009
1 parent d666af2 commit 76927b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cake/console/libs/api.php
Expand Up @@ -47,7 +47,7 @@ class ApiShell extends Shell {
*
* @access public
*/
function initialize () {
function initialize() {
$this->paths = array_merge($this->paths, array(
'behavior' => LIBS . 'model' . DS . 'behaviors' . DS,
'cache' => LIBS . 'cache' . DS,
Expand Down
1 change: 0 additions & 1 deletion cake/console/libs/templates/skel/views/layouts/flash.ctp
Expand Up @@ -29,7 +29,6 @@
<?php echo $html->charset(); ?>
<title><?php echo $page_title; ?></title>


<?php if (Configure::read() == 0) { ?>
<meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/>
<?php } ?>
Expand Down

0 comments on commit 76927b3

Please sign in to comment.