浏览代码

"Jukka Salmi" <jukka@salmi.ch>

philippe_mingo 23 年之前
父节点
当前提交
c585dcf066
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/compose.php

+ 2 - 1
src/compose.php

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