From 295f9f4b163b0db58f03bac909e742d7102aa9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 21 Feb 2023 16:52:11 +0100 Subject: escaping html in filenames --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index ea3c3fe..d83dfdf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,7 +40,7 @@ {% macro direktorij(dir) %} {% for ime, element in dir.items() %}
  • - {{ ime }} + {{ ime | e }} {% if element is mapping %}