From: Sergey Matveev <stargrave@stargrave.org>
Date: Sat, 14 Mar 2020 11:59:38 +0000 (+0300)
Subject: Unnecessary table caption
X-Git-Tag: v0.4.0~1
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1dd514b95a3b09b8643c2d7c5ecc56ebda596a33;p=sgblog.git

Unnecessary table caption
---

diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go
index a91da3c..cf05f1e 100644
--- a/cmd/sgblog/http.go
+++ b/cmd/sgblog/http.go
@@ -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>" +