show fini !

This commit is contained in:
trochas
2025-09-30 18:21:42 +02:00
parent 208a660706
commit c5eef2c624
15 changed files with 184 additions and 74 deletions

View File

@@ -21,7 +21,7 @@ public class Choix extends Reponse{
String res = "";
for (String val : this.choix) {
res+=val+"<br/>";
res+= val+"<br/>";
}
return res;
}