From 1ecabe54dd29abc6e22a3d9c3137cf7625f1e3c2 Mon Sep 17 00:00:00 2001 From: brong Date: Tue, 19 Mar 2002 14:03:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2606 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1