Skip to content

Commit

Permalink
Fix html formatting for final grade feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Jan 10, 2025
1 parent 084fd3a commit b8aee10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<strong>Final Grade</strong>: [[${thesis.grade.finalGrade}]]
</p>

<p th:inline="text">
<p>
<strong>Feedback</strong><br />
[[${thesis.grade.feedback}]]
<span th:utext="${thesis.grade.feedback}"></span>
</p>

<div th:replace="~{fragments/thesis-link :: main}"></div>
Expand Down

0 comments on commit b8aee10

Please sign in to comment.