From ee5478a3f239b39d1481a9f3390c3e8701a556e5 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sat, 14 Oct 2006 19:03:57 +0000 Subject: [PATCH] #503: signature encoding in replies git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@143 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/banana.inc.php.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 3326d16..86df250 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -350,8 +350,8 @@ class Banana if ($this->_newPost($id)) { $subject = 'Re: ' . preg_replace("/^re\s*:\s*/i", '', $this->post->headers['subject']); $body = to_entities(utf8_encode($this->post->name." "._b_("a écrit"))." :\n" - . wrap($this->post->get_body(), "> ") - . ($this->profile['sig'] ? "\n\n-- \n". $this->profile['sig'] : '')); + . wrap($this->post->get_body(), "> ")) + . ($this->profile['sig'] ? "\n\n-- \n". $this->profile['sig'] : ''); $target = isset($this->post->headers['followup-to']) ? $this->post->headers['followup-to'] : $this->post->headers['newsgroups']; $followup = null; -- 2.1.4