From 8ff68661df54217446d1b3809bf71095d4ea8f35 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 10 Jun 2003 15:24:03 +0000 Subject: [PATCH] Input more spaces b4 old message when replying --- presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php index 28c3ee4..dcb1181 100644 --- a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php @@ -110,7 +110,7 @@ if (checkSession()) { $sReplyBody = $oComment->getBody(); - $sReplyBodyHeader .= "\n\n\n\n\n>------ Original Message ------"; + $sReplyBodyHeader .= "\n\n\n\n\n\n\n>------ Original Message ------"; $sReplyBodyHeader .= "\n>User: " . $oUser->getName(); $sReplyBodyHeader .= "\n>Date: " . $oComment->getDate(); $sReplyBodyHeader .= "\n>Subject: " . $oComment->getSubject(); -- libgit2 0.21.4