浏览代码

Minor cleanup

Fredrik Jervfors 21 年之前
父节点
当前提交
1a91875a89
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/view_text.php

+ 3 - 3
src/view_text.php

@@ -58,7 +58,7 @@ $encoding = strtolower($header->encoding);
 
 $msg_url   = 'read_body.php?' . $QUERY_STRING;
 $msg_url   = set_url_var($msg_url, 'ent_id', 0);
-$dwnld_url = '../src/download.php?'. $QUERY_STRING . '&absolute_dl=true';
+$dwnld_url = '../src/download.php?' . $QUERY_STRING . '&absolute_dl=true';
 
 $body = mime_fetch_body($imapConnection, $passed_id, $ent_id);
 $body = decodeBody($body, $encoding);
@@ -78,11 +78,11 @@ if ($type1 == 'html' || (isset($override_type1) &&  $override_type1 == 'html'))
 
 displayPageHeader($color, 'None');
 ?>
-<br /><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr><td bgcolor="<?php echo $color[0]; ?>">
+<br /><table width="100%" border="0" cellspacing="0" cellpadding="2" align="center"><tr><td bgcolor="<?php echo $color[0]; ?>">
 <b><center>
 <?php
 echo _("Viewing a text attachment") . ' - ' .
-     '<a href="'.$msg_url.'">'. _("View message") . '</a>';
+    '<a href="'.$msg_url.'">' . _("View message") . '</a>';
 ?>
 </b></td><tr><tr><td><center>
 <?php