From 8a88b130b4379b6aeb68cd2584263551722ef7e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 13 Apr 2013 16:31:25 +0200 Subject: [PATCH] Fix: Bad label shown --- htdocs/opensurvey/public/studs.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/opensurvey/public/studs.php b/htdocs/opensurvey/public/studs.php index d1df65c8eea..e2fc682553e 100755 --- a/htdocs/opensurvey/public/studs.php +++ b/htdocs/opensurvey/public/studs.php @@ -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"; -- GitLab