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