From 164551359ca7989e5ea25c2fe6667c9e274d5aad Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 28 Sep 2022 11:50:16 +0200 Subject: [PATCH] added display of libelle --- vote.form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/vote.form.php b/vote.form.php index 57cfb93..06c5d3d 100644 --- a/vote.form.php +++ b/vote.form.php @@ -71,6 +71,7 @@ if ($dolibarr->result->num_rows == 0) foreach($candidats as $candidat) { echo ' ' . $candidat["candidat"] . ' 
'; + echo nl2br($candidat["libelle"]) . EOLH; } echo ' Vote blanc 
'; print "