From eda829e4e249e8d036a1a6e717145e0e833b56b6 Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Wed, 2 Mar 2016 16:23:09 -0800 Subject: [PATCH] Adds url escaping of entries. --- dir-index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dir-index.html b/dir-index.html index 40c28fa..160ec2a 100644 --- a/dir-index.html +++ b/dir-index.html @@ -38,7 +38,7 @@
 
- .. + .. @@ -48,7 +48,7 @@
 
- {{ .Name }} + {{ .Name }} {{ .Size }} -- GitLab