Fix: Bad label shown
This commit is contained in:
parent
20c9370690
commit
8a88b130b4
@ -249,7 +249,6 @@ foreach ($toutsujet as $value)
|
|||||||
$tmp=explode('@',$value);
|
$tmp=explode('@',$value);
|
||||||
$listofanswers[]=array('label'=>$tmp[0],'format'=>($tmp[1]?$tmp[1]:'checkbox'));
|
$listofanswers[]=array('label'=>$tmp[0],'format'=>($tmp[1]?$tmp[1]:'checkbox'));
|
||||||
}
|
}
|
||||||
$toutsujet=str_replace("@","<br>",$toutsujet);
|
|
||||||
$toutsujet=str_replace("°","'",$toutsujet);
|
$toutsujet=str_replace("°","'",$toutsujet);
|
||||||
|
|
||||||
|
|
||||||
@ -369,8 +368,6 @@ if ($object->format=="D"||$object->format=="D+")
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$toutsujet=str_replace("°","'",$toutsujet);
|
|
||||||
|
|
||||||
//affichage des sujets du sondage
|
//affichage des sujets du sondage
|
||||||
print '<tr>'."\n";
|
print '<tr>'."\n";
|
||||||
print '<td></td>'."\n";
|
print '<td></td>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user