From 55b321f24262c35a4aee5f8bc769b1a34baf9141 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 8 Aug 2002 15:13:33 +0000 Subject: [PATCH] "Jukka Salmi" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3278 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index 40f03460..0922f1dc 100644 --- a/src/compose.php +++ b/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: -- 2.25.1