Commit 48bdf3a5 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Cosmetique

parent fae7ddc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ class FormulaireInstance implements HistoriqueAwareInterface {
                $reponse = $this->getReponseFor($champ);
                //todo utiliser les VHs
                if ($reponse !== null) {
                    $subtext .= $champ->getLibelle() . " : ". $reponse . "<br>";
                    $subtext .= '<u>'.$champ->getLibelle() . " :</u> ". $reponse . "<br>";
                    $as = true;
                }
            }