From: brong Date: Tue, 19 Mar 2002 14:03:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1ecabe54dd29abc6e22a3d9c3137cf7625f1e3c2 *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2606 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/compose.php b/src/compose.php index dda4b1e2..2fc3ed79 100644 --- a/src/compose.php +++ b/src/compose.php @@ -872,7 +872,7 @@ function getReplyCitation($orig_from) $end = '">'; break; case 'user-defined': - $start = $reply_citation_start; + $start = $reply_citation_start . ' '; $end = $reply_citation_end; break; default: