Skip to content

Commit

Permalink
Removing evil carriage returns from line endings.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Miller <[email protected]>
  • Loading branch information
mikemill committed Jun 20, 2012
1 parent cb1e14a commit 3f7fabc
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 515 deletions.
18 changes: 9 additions & 9 deletions Themes/default/images/english-utf8/index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

// Try to handle it with the upper level index.php. (it should know what to do.)
if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
include (dirname(dirname(__FILE__)) . '/index.php');
else
exit;

?>
<?php

// Try to handle it with the upper level index.php. (it should know what to do.)
if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
include (dirname(dirname(__FILE__)) . '/index.php');
else
exit;

?>
18 changes: 9 additions & 9 deletions Themes/penguin/images/english-utf8/index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

// Try to handle it with the upper level index.php. (it should know what to do.)
if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
include (dirname(dirname(__FILE__)) . '/index.php');
else
exit;

?>
<?php

// Try to handle it with the upper level index.php. (it should know what to do.)
if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
include (dirname(dirname(__FILE__)) . '/index.php');
else
exit;

?>
Loading

0 comments on commit 3f7fabc

Please sign in to comment.