Skip to content

Commit

Permalink
fixing bug #10402
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasEYSSERIC committed Jan 28, 2019
1 parent 86179e6 commit f4984a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -405,7 +405,7 @@ List<String> displayQuestionResult(QuestionContainerDetail quizz, Question quest
r += "</td>";
if (solutionAllowed){
r += "</tr><tr>";
r += "<td align=\"left\" colspan=2>";
r += "<td align=\"left\" colspan=\"3\">";
r += "<b>"+WebEncodeHelper.javaStringToHtmlParagraphe(answer.getComment())+"</b></td>";
}
}
Expand Down

0 comments on commit f4984a0

Please sign in to comment.