[svn r12081] Fix an encoding bug

skala
Julian Prud'homme 18 years ago
parent 4fae803add
commit a07b6d9111
  1. 2
      main/exercice/hotspot.inc.php

@ -61,6 +61,6 @@ foreach($file as $value)
foreach($temp as $value)
{
echo utf8_decode($value . ' ');
echo $value . ' ';
}
?>
Loading…
Cancel
Save