]> Sergey Matveev's repositories - sgblog.git/commitdiff
Unnecessary table caption
authorSergey Matveev <stargrave@stargrave.org>
Sat, 14 Mar 2020 11:59:38 +0000 (14:59 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 14 Mar 2020 11:59:38 +0000 (14:59 +0300)
cmd/sgblog/http.go

index a91da3c9422338204a7617d66a7b2bf6c2308bcb..cf05f1ebdd0e923eb501e6aa176cb87b451c587f 100644 (file)
@@ -293,7 +293,6 @@ func serveHTTP() {
                var table bytes.Buffer
                table.WriteString(
                        "<table border=1>\n" +
-                               "<caption>Comments</caption>\n<tr>" +
                                "<th>N</th>" +
                                "<th>When</th>" +
                                "<th>Title</th>" +