Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / src / signout.php
index 3dece37c85aca44c6279ffde478ee9e5fa40f8bf..ed52ffe1ab0de89b8cb439c0b5071f943c138802 100644 (file)
@@ -26,7 +26,7 @@ require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'functions/html.php');
 
 /* Erase any lingering attachments */
-if (isset($attachments) && is_array($attachments) 
+if (isset($attachments) && is_array($attachments)
     && sizeof($attachments)){
     $hashed_attachment_dir = getHashedDir($username, $attachment_dir);
     foreach ($attachments as $info) {
@@ -70,7 +70,7 @@ if ($signout_page) {
 ?>
    <title><?php echo $org_title . ' - ' . _("Signout"); ?></title>
 </head>
-<body text="<?php echo $color[8]; ?>" bgcolor="<?php echo $color[4]; ?>" 
+<body text="<?php echo $color[8]; ?>" bgcolor="<?php echo $color[4]; ?>"
 link="<?php echo $color[7]; ?>" vlink="<?php echo $color[7]; ?>"
 alink="<?php echo $color[7]; ?>">
 <br /><br />
@@ -94,4 +94,4 @@ html_tag( 'table',
 'center', $color[4], 'width="50%" cols="1" cellpadding="2" cellspacing="0" border="0"' )
 ?>
 </body>
-</html>
+</html>
\ No newline at end of file