From 77fd97d6615d435a6a9d256940282aa4c1762e22 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Mon, 2 Jan 2006 19:07:08 +0000
Subject: [PATCH] =?UTF-8?q?serial=20bugger=20avait=20encore=20frapp=C3=A9?=
 =?UTF-8?q?=20!=20il=20faut=20passer=20safehtml=20apr=C3=A8s=20propre(),?=
 =?UTF-8?q?=20mais=20avant=20les=20filtres=20utilisateurs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-compilo-index.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-compilo-index.php3 b/inc-compilo-index.php3
index c171e5efc7..8d1df51ab9 100644
--- a/inc-compilo-index.php3
+++ b/inc-compilo-index.php3
@@ -302,7 +302,7 @@ function champs_traitements ($p) {
 		case 'forums':
 		case 'signatures':
 		case 'syndic_articles':
-			$ps = str_replace('%s', 'safehtml(%s)', $ps);
+			$ps = 'safehtml('.$ps.')';
 			break;
 		default:
 			break;
-- 
GitLab