From 110976c619e191effb78ceced7e4e721efc27558 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 19 Nov 2023 19:25:27 +0200 Subject: [PATCH] add clickable links support for software info --- templates/default/torrent/info.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index 5a1bdf5..33b9bc9 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -248,7 +248,7 @@ {{ 'Software' | trans }} - {{ file.software }} + {{ file.software | url_to_markdown | markdown_to_html }} {% endif %}