Commit ee9cbf6f27b4aeaf3842a6063ec1dfdec66b8e0e
1 parent
037ae581
Tweaked some Presentation stuff
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2018 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php
| ... | ... | @@ -113,7 +113,7 @@ if (checkSession()) { |
| 113 | 113 | $sReplyBodyHeader .= "\n\n\n\n\n>------ Original Message ------"; |
| 114 | 114 | $sReplyBodyHeader .= "\n>User: " . $oUser->getName(); |
| 115 | 115 | $sReplyBodyHeader .= "\n>Date: " . $oComment->getDate(); |
| 116 | - $sReplyBodyHeader .= "\n>Subject: " . $oComment->getSubject(); | |
| 116 | + $sReplyBodyHeader .= "\n>Subject: " . $oComment->getSubject(); | |
| 117 | 117 | $sReplyBodyHeader .= "\n>---------------------------------------"; |
| 118 | 118 | |
| 119 | 119 | $sReplyBody = $sReplyBodyHeader . "\n>" . str_replace("%0D%0A" ,"%0D%0A>", $sReplyBody); // Put in ">" as indentation for the reply | ... | ... |