瀏覽代碼

*** empty log message ***

Bron Gondwana 23 年之前
父節點
當前提交
e4c0c7cf2a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

@@ -872,7 +872,7 @@ function getReplyCitation($orig_from)
         $end   = '">';
         $end   = '">';
         break;
         break;
     case 'user-defined':
     case 'user-defined':
-        $start = $reply_citation_start;
+        $start = $reply_citation_start . ' ';
         $end   = $reply_citation_end;
         $end   = $reply_citation_end;
         break;
         break;
     default:
     default: