From 05702814c9ad63ac7e88656e87d85fd6b501dd78 Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Fri, 23 Aug 2024 18:50:34 -0500 Subject: [PATCH] Formatting for files page --- files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files.go b/files.go index d027dad..7f7f033 100644 --- a/files.go +++ b/files.go @@ -11,7 +11,7 @@ import ( "time" ) -const fileElement = "
%v
%v
" +const fileElement = "" func filesRequest(w http.ResponseWriter, r *http.Request) { partPath := filepath.Clean(r.URL.Path)