]> Cypherpunks repositories - gostls13.git/commit
doc: fix up some HTML issues in go_spec.html
authorRob Pike <r@golang.org>
Mon, 13 Jan 2020 05:03:12 +0000 (16:03 +1100)
committerRob Pike <r@golang.org>
Tue, 14 Jan 2020 22:24:11 +0000 (22:24 +0000)
commitcae9a9fd65cae6cbde0aacfea8f70e952e89f33e
treeaa9d292ce82cb009d3d860b3f604262c62c65012
parentcfe3cd903f018dec3cb5997d53b1744df4e53909
doc: fix up some HTML issues in go_spec.html

The HTML linter 'tidy' reports:

go_spec.html:2556: Warning: unescaped & which should be written as &amp;
go_spec.html:3293: Warning: unescaped & or unknown entity "&s1"
go_spec.html:3293: Warning: unescaped & or unknown entity "&a"
go_spec.html:3294: Warning: unescaped & or unknown entity "&s2"
go_spec.html:3294: Warning: unescaped & or unknown entity "&a"
go_spec.html:2045: Warning: trimming empty <p>
go_spec.html:4526: Warning: trimming empty <ul>
go_spec.html:4533: Warning: trimming empty <ul>
go_spec.html:4539: Warning: trimming empty <ul>

This CL fixes all but the <ul> ones, which I think should be fixed
but are defended by a comment.

Change-Id: I0ca88f5e80755024801877ab1298025ecf8f10c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/214457
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
doc/go_spec.html