From 172db15454233375d998d466bf71d8d40e2d0088 Mon Sep 17 00:00:00 2001 From: Seednode Date: Tue, 8 Aug 2023 17:12:34 -0500 Subject: [PATCH] Updated transitive dependencies --- cmd/web.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cmd/web.go b/cmd/web.go index af0b3e0..3867fe2 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -611,10 +611,9 @@ func serveDebugHtml(args []string, index *Index) httprouter.Handle { var htmlBody strings.Builder htmlBody.WriteString(``) htmlBody.WriteString(addFavicon()) - htmlBody.WriteString(``) - htmlBody.WriteString(`Index contains `) - htmlBody.WriteString(fileCount) - htmlBody.WriteString(` files`) + htmlBody.WriteString(``) + htmlBody.WriteString(fmt.Sprintf("Index contains %s files
", fileCount)) for _, v := range indexDump { var shouldSort = ""