From 827415fb2f71a2dc450a4459b936202bfe53e79c Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Sat, 28 Dec 2024 09:41:23 +0100 Subject: [PATCH] Instructions now open in new page --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 7a10b14..2dd896d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -329,7 +329,7 @@ display: none !important; {% for x in files %} {% if x.startswith(i[0]) %} - {{ x }} + {{ x }} {% endif %} {% endfor %}