From 1649e461fa47cfd677470deaa2be3cf7a2ffec5d Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Mon, 12 Mar 2007 10:29:11 +0000
Subject: [PATCH] suivre la BTE

---
 ecrire/inc/barre.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/barre.php b/ecrire/inc/barre.php
index 8c2951bb25..8a6dd73a9f 100644
--- a/ecrire/inc/barre.php
+++ b/ecrire/inc/barre.php
@@ -24,7 +24,7 @@ function bouton_barre_racc($action, $img, $help, $champhelp) {
 		. $a
 		."\"" 
 		.(!_DIR_RESTREINT ? '' :  "\nonmouseover=\"helpline('"
-		  .addslashes($a)
+		  .addslashes(str_replace('&#39;',"'",$a))
 		  ."',$champhelp)\"\nonmouseout=\"helpline('"
 		  .attribut_html(_T('barre_aide'))
 		  ."', $champhelp)\"")
-- 
GitLab