Skip to content

Commit c95fb1b

Browse files
committed
1 parent 0c25494 commit c95fb1b

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<dt th:text="#{t_comment}">
216216
Comment
217217
</dt>
218-
<dd id="comment" th:text="${series.comment}">
218+
<dd id="comment" th:utext="${#strings.replace(#strings.escapeXml(series.comment), T(java.lang.System).getProperty('line.separator'), '&lt;br /&gt;')}">
219219
My favorite series.
220220
</dd>
221221
<!--/*/ </th:block> /*/-->

0 commit comments

Comments
 (0)