From 323f1b5ce4d154e922b024384e6ec8c6f0f6d858 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 30 Nov 2011 08:43:10 +0100 Subject: [PATCH] wrong additional params to xcape fixed --- web/briskin5/Obj/briskin5.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 966695d..b7c703b 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1108,7 +1108,7 @@ class Bin5 { $itin = ($user->flags & USER_FLAG_AUTH ? "" : ""); $itou = ($user->flags & USER_FLAG_AUTH ? "" : ""); $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('$("myname").innerHTML = "%s%s%s";', - $itin, xcape($user->name,ENT_COMPAT,"UTF-8"), $itou); + $itin, xcape($user->name), $itou); } $user_cur->step_inc(); } -- 2.17.1