Skip to content
Snippets Groups Projects
Commit 8a88b130 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Bad label shown

parent 20c93706
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,6 @@ foreach ($toutsujet as $value)
$tmp=explode('@',$value);
$listofanswers[]=array('label'=>$tmp[0],'format'=>($tmp[1]?$tmp[1]:'checkbox'));
}
$toutsujet=str_replace("@","<br>",$toutsujet);
$toutsujet=str_replace("°","'",$toutsujet);
......@@ -369,8 +368,6 @@ if ($object->format=="D"||$object->format=="D+")
}
else
{
$toutsujet=str_replace("°","'",$toutsujet);
//affichage des sujets du sondage
print '<tr>'."\n";
print '<td></td>'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment