add line break support for torrent comments

This commit is contained in:
ghost 2023-10-26 05:52:08 +03:00
parent 79886c0d77
commit 0b77a5d171

View File

@ -219,7 +219,7 @@
{{ 'Comment' | trans }}
</td>
<td>
{{ file.comment }}
{{ file.comment | nl2br }}
</td>
</tr>
{% endif %}