Browse Source

add clickable links support for software info

main
ghost 1 year ago
parent
commit
110976c619
  1. 2
      templates/default/torrent/info.html.twig

2
templates/default/torrent/info.html.twig

@ -248,7 +248,7 @@ @@ -248,7 +248,7 @@
{{ 'Software' | trans }}
</td>
<td>
{{ file.software }}
{{ file.software | url_to_markdown | markdown_to_html }}
</td>
</tr>
{% endif %}

Loading…
Cancel
Save