]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix escaping in weekly.html
authorAndrew Gerrand <adg@golang.org>
Thu, 27 Oct 2011 06:40:57 +0000 (15:40 +0900)
committerAndrew Gerrand <adg@golang.org>
Thu, 27 Oct 2011 06:40:57 +0000 (15:40 +0900)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5306070

doc/devel/weekly.html

index 2eb49751874b2a980943c0b2982fc2c79a8e3c32..5c68125e3c91b66cda462352dd38b23e8de41100 100644 (file)
@@ -51,7 +51,7 @@ signatures updated.
 * gotest: explicit -help flag, use $GCFLAGS like make does.
 * govet: check canonical dynamic method signatures.
 * html: improved parsing (thanks Andrew Balholm),
-       parse <select> tags, parse and render comment nodes,
+       parse &lt;select&gt; tags, parse and render comment nodes,
        remove the Tokenizer.ReturnComments option.
 * http: Transport: with TLS InsecureSkipVerify, skip hostname check.
 * misc/vim: add highlighting for delete (thanks Dave Cheney).