From 17b3975295458d3cede328dc1b8a95ffae03f6a0 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 1 Mar 2006 14:07:52 +0000 Subject: [PATCH] =?utf8?q?Corrige=20une=20balise=20incorrecte=20dans=20le?= =?utf8?q?=20formulaire=20de=20cr=C3=83=C2=A9ation=20de=20nouveau=20messag?= =?utf8?q?e...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@12 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/banana.inc.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banana/banana.inc.php.in b/banana/banana.inc.php.in index 2b745f1..c45d717 100644 --- a/banana/banana.inc.php.in +++ b/banana/banana.inc.php.in @@ -274,7 +274,7 @@ class Banana $html .= ''._b_('Organisation').''.$this->profile['org'].''; $html .= ''._b_('Corps').''; $html .= ''; + .to_entities($body).($this->profile['sig'] ? "\n\n-- \n".htmlentities($this->profile['sig']) : '').''; $html .= ''._b_('Pièces jointes').''; $html .= ''; $html .= ''; -- 2.1.4