From 3ebb73959b4ced49bd1e551f3c4b4b7bcf1c59cc Mon Sep 17 00:00:00 2001 From: Matteo Settenvini Date: Wed, 12 Jul 2023 15:42:14 +0200 Subject: [PATCH] Enable proper escaping of URL --- templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index 5a83df0..f6c7f42 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -13,7 +13,7 @@ {% endif %} {% for object in objects %} -
  • {{ object }}
  • +
  • {{ object }}
  • {% endfor %}