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 }} {{ 'Comment' | trans }}
</td> </td>
<td> <td>
{{ file.comment }} {{ file.comment | nl2br }}
</td> </td>
</tr> </tr>
{% endif %} {% endif %}