diff --git a/src/admin/catalog_edit.php b/src/admin/catalog_edit.php
index 8ba88529..dd027f6a 100644
--- a/src/admin/catalog_edit.php
+++ b/src/admin/catalog_edit.php
@@ -165,7 +165,7 @@ if ($dopost == 'time') {
         <input type="hidden" name="moresite" value="<?php echo $myrow['moresite']; ?>">
         <table width="100%" border="0" cellpadding="0" cellspacing="0">
             <tr>
-                <td width="150" class='bline' height="26" align="center">是否支持投稿:</td>
+                <td width="160" class='bline' height="26" align="center">是否支持投稿:</td>
                 <td class='bline'>
                     <label><input type='radio' name='issend' value='0' class='np' <?php if ($myrow['issend'] == "0") echo " checked='1' "; ?>>&nbsp;不支持</label>
                     <label><input type='radio' name='issend' value='1' class='np' <?php if ($myrow['issend'] == "1") echo " checked='1' "; ?>>&nbsp;支持</label>
diff --git a/src/theme/plus/recommend.htm b/src/theme/plus/recommend.htm
index 03399309..e1dc25bb 100644
--- a/src/theme/plus/recommend.htm
+++ b/src/theme/plus/recommend.htm
@@ -9,13 +9,9 @@
   <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
 </head>
 <body class="flinkpage">
-
   <?php include("plus_header.htm") ;?>
-  
   <div class="container">
-    <div class="sp-title mt-3">
-      推荐:<?php echo $title; ?>
-    </div>
+    <div class="sp-title mt-3">推荐:<?php echo $title; ?></div>
     <div class="formbox">
       <form name="form1" method="post" action="recommend.php">
         <input type="hidden" name="arcurl" value="<?php echo $arcurl; ?>">
@@ -23,7 +19,7 @@
         <input type="hidden" name="arcID" value="<?php echo $aid; ?>">
         <table width="100%" border="0" class="table" cellspacing="2" cellpadding="1">
           <tr>
-            <td height="30" align="right" width="150">您好友的Email:</td>
+            <td height="30" align="right" width="160">您好友的Email:</td>
             <td height="30" align="left"><input name="email" type="text" class="form-control" id="email" value="@" /></td>
           </tr>
           <tr>
@@ -31,9 +27,7 @@
             <td height="30" align="left"><textarea name="msg" cols="80" rows="16" id="msg" class="form-control">
 您好,我在 [<?php echo $cfg_webname; ?>] 发现了一个很好的东东:
 您不妨去看看吧
-
 文档的名称是:<?php echo $title; ?>
-
 网址是:<?php $arcUrl = ($cfg_multi_site != 'Y' ? $cfg_basehost : '').$arcurl; echo $arcUrl;?>
 </textarea></td>
           </tr>
@@ -47,9 +41,6 @@
       </form>
     </div>
   </div>
-  
   <?php include("plus_footer.htm") ;?>
-
 </body>
-
 </html>
\ No newline at end of file