Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / src / image.php
index 09fa55beb33a15bf8333b409befbf8c4dae58885..d48f80ab1a4fe3c08b4c49d51e0b9a1c1e967071 100644 (file)
@@ -37,7 +37,7 @@ sqgetGlobalVar('ent_id',        $ent_id,        SQ_GET);
 sqgetGlobalVar('QUERY_STRING',  $QUERY_STRING,  SQ_SERVER);
 /* end globals */
 
-echo '<br />' . 
+echo '<br />' .
     '<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">' .
     "\n" .
     '<tr><td bgcolor="' . $color[0] . '">' .
@@ -50,7 +50,7 @@ echo '<a href="'.$msg_url.'">'. _("View message") . '</a>';
 
 
 $DownloadLink = '../src/download.php?passed_id=' . $passed_id .
-               '&amp;mailbox=' . urlencode($mailbox) . 
+               '&amp;mailbox=' . urlencode($mailbox) .
                '&amp;ent_id=' . urlencode($ent_id) . '&amp;absolute_dl=true';
 ?>
 </b></td></tr>
@@ -63,4 +63,4 @@ $DownloadLink = '../src/download.php?passed_id=' . $passed_id .
 <img src="<?php echo $DownloadLink; ?>" />
 
 </td></tr></table>
-</body></html>
+</body></html>
\ No newline at end of file