]> Cypherpunks.ru repositories - gocheese.git/commitdiff
<br/> is not required to be in package listing
authorSergey Matveev <stargrave@stargrave.org>
Fri, 24 Sep 2021 12:01:37 +0000 (15:01 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 25 Sep 2021 15:05:44 +0000 (18:05 +0300)
main.go

diff --git a/main.go b/main.go
index 46be5259f871b8bb6fb6fa1f9926608f6443bbd2..7163b871942ff1ad929f5133396435908ce64c2b 100644 (file)
--- a/main.go
+++ b/main.go
@@ -55,7 +55,7 @@ const (
   <body>
 `
        HTMLEnd      = "  </body>\n</html>\n"
-       HTMLElement  = "    <a href=\"%s\"%s>%s</a><br/>\n"
+       HTMLElement  = "    <a href=\"%s\"%s>%s</a>\n"
        InternalFlag = ".internal"
        GPGSigExt    = ".asc"