Browse Source

"Jukka Salmi" <jukka@salmi.ch>

philippe_mingo 23 years ago
parent
commit
c585dcf066
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/compose.php

+ 2 - 1
src/compose.php

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