whitespace normalization

This commit is contained in:
AD7six 2009-07-26 12:04:07 +02:00
parent d666af202e
commit 76927b35ba
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@
<?php echo $html->charset(); ?> <?php echo $html->charset(); ?>
<title><?php echo $page_title; ?></title> <title><?php echo $page_title; ?></title>
<?php if (Configure::read() == 0) { ?> <?php if (Configure::read() == 0) { ?>
<meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/> <meta http-equiv="Refresh" content="<?php echo $pause?>;url=<?php echo $url?>"/>
<?php } ?> <?php } ?>