diff --git a/application/modules/default/controllers/EvaluationController.php b/application/modules/default/controllers/EvaluationController.php index b962e5e5d..fcc49d46a 100644 --- a/application/modules/default/controllers/EvaluationController.php +++ b/application/modules/default/controllers/EvaluationController.php @@ -619,10 +619,8 @@ class EvaluationController extends Zend_Controller_Action if (file_exists($pdfFile)){ echo '
Votre fichier est prêt pour être téléchargé !
' . - 'Télécharger
'; + 'Télécharger'; } else { echo "Erreur lors de la génération du PDF."; }