From d14c77b3fe7eac6df3693877c10db93b6ad9fb34 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 2 Jun 2003 10:14:51 +0000 Subject: [PATCH] Tweaked some Presentation stuff --- 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 0f7b633..b891521 100644 --- a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php @@ -113,7 +113,7 @@ if (checkSession()) { $sReplyBodyHeader .= "\n\n\n\n\n>------ Original Message ------"; $sReplyBodyHeader .= "\n>User: " . $oUser->getName(); $sReplyBodyHeader .= "\n>Date: " . $oComment->getDate(); - $sReplyBodyHeader .= "\n>Subject: " . $oComment->getSubject(); + $sReplyBodyHeader .= "\n>Subject: " . $oComment->getSubject(); $sReplyBodyHeader .= "\n>---------------------------------------"; $sReplyBody = $sReplyBodyHeader . "\n>" . str_replace("%0D%0A" ,"%0D%0A>", $sReplyBody); // Put in ">" as indentation for the reply -- libgit2 0.21.4