From a07b6d91115000b152e2624bfc06d4f1475f4085 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Mon, 23 Apr 2007 11:22:05 +0200 Subject: [PATCH] [svn r12081] Fix an encoding bug --- main/exercice/hotspot.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/exercice/hotspot.inc.php b/main/exercice/hotspot.inc.php index e43a12cd41..3d616413e6 100644 --- a/main/exercice/hotspot.inc.php +++ b/main/exercice/hotspot.inc.php @@ -61,6 +61,6 @@ foreach($file as $value) foreach($temp as $value) { - echo utf8_decode($value . ' '); + echo $value . ' '; } ?> \ No newline at end of file