From e405d3f244d074f00658e020795a90ec3f69add7 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 28 Jun 2022 12:17:25 +0900 Subject: Escape question marks in path Fixes: https://todo.sr.ht/~cnx/phylactery/1 --- templates/directory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/directory.html') diff --git a/templates/directory.html b/templates/directory.html index 6fc35fa..a04637e 100644 --- a/templates/directory.html +++ b/templates/directory.html @@ -4,7 +4,7 @@

../

{{range .Entries}} -

{{.}}

{{end}} +

{{.}}

{{end}}
-- cgit 1.4.1