mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
add line break support for torrent comments
This commit is contained in:
parent
79886c0d77
commit
0b77a5d171
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@
|
||||||
{{ 'Comment' | trans }}
|
{{ 'Comment' | trans }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ file.comment }}
|
{{ file.comment | nl2br }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue