X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=cmd%2Fsgblog%2Fhttp.go;h=4d88fb8cdbb10f18221805310af5578972d59148;hb=342371d4b6800f78b1ed7d0a929194931100f77f;hp=7275c718919c98733f193128998ee3933df14cb8;hpb=cb22137961aaa566f95e3f53213eae879bd7b063;p=sgblog.git diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 7275c71..4d88fb8 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -482,7 +482,7 @@ func serveHTTP() { } out.Write([]byte(fmt.Sprintf( "[%s]\n"+ - "[%s]\n"+ + "[%s]\n"+ "
\n

%s

\n
\n",
 			when, commit.Hash.String(), title,
 		)))
@@ -496,7 +496,7 @@ func serveHTTP() {
 		if cfg.CommentsEmail != "" {
 			out.Write([]byte("[" + makeA(
 				"mailto:"+cfg.CommentsEmail+"?subject="+commit.Hash.String(),
-				"write comment",
+				"leave comment",
 			) + "]\n"))
 		}
 		out.Write([]byte("
\n"))