Changed wording of file count
This commit is contained in:
parent
99ad647614
commit
29afaa3025
|
@ -74,5 +74,5 @@ func init() {
|
|||
})
|
||||
|
||||
rootCmd.SetVersionTemplate("roulette v{{.Version}}\n")
|
||||
rootCmd.Version = "0.49.1"
|
||||
rootCmd.Version = "0.49.2"
|
||||
}
|
||||
|
|
|
@ -641,7 +641,7 @@ func serveDebugHtml(args []string, index *Index) http.HandlerFunc {
|
|||
|
||||
htmlBody.WriteString(`<!DOCTYPE html><html lang="en"><head>`)
|
||||
htmlBody.WriteString(`<style>a{display:block;height:100%;width:100%;text-decoration:none;color:inherit;cursor:auto;}</style>`)
|
||||
htmlBody.WriteString(`<title>Listing `)
|
||||
htmlBody.WriteString(`<title>Index contains `)
|
||||
htmlBody.WriteString(fileCount)
|
||||
htmlBody.WriteString(` files</title></head><body>`)
|
||||
for _, v := range indexDump {
|
||||
|
|
Loading…
Reference in New Issue