]> Sergey Matveev's repositories - sgblog.git/blobdiff - cmd/sgblog/http.go
Unnecessary table caption
[sgblog.git] / cmd / sgblog / http.go
index 968555826bba8621a28e59578b0b859e6b626359..cf05f1ebdd0e923eb501e6aa176cb87b451c587f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-SGBlog -- Git-based CGI blogging engine
+SGBlog -- Git-based CGI/inetd blogging/phlogging engine
 Copyright (C) 2020 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
@@ -15,7 +15,6 @@ You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-// Git-based CGI blogging engine
 package main
 
 import (
@@ -294,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>" +