From 75a04ea3c803501d85e1fcbd7760df795f7b6581 Mon Sep 17 00:00:00 2001 From: itismadness Date: Thu, 26 Aug 2021 13:43:20 +0000 Subject: [PATCH] Fix link to raw log on log_ajax view --- templates/torrent/riplog.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/torrent/riplog.twig b/templates/torrent/riplog.twig index 0e1a4c14b..bebf8d655 100644 --- a/templates/torrent/riplog.twig +++ b/templates/torrent/riplog.twig @@ -20,7 +20,7 @@ {% endif %} {% if log.has_riplog %} -
View Raw Log
+
View Raw Log
{% endif %}