]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.3] doc/install.html: fix erroneous HTML annotation
authorRuss Cox <rsc@golang.org>
Wed, 11 Jun 2014 21:00:27 +0000 (17:00 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 11 Jun 2014 21:00:27 +0000 (17:00 -0400)
««« CL 106910044 / ac907318915d
doc/install.html: fix erroneous HTML annotation
align=middle is invalid; use align=center

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/106910044
»»»

LGTM=r
R=golang-codereviews, r
CC=bradfitz, golang-codereviews, iant
https://golang.org/cl/108860047

doc/install.html

index 9aee55d878734b754edbc43342b3b0fa881fea48..83785cbe5854c020233de1edbd3e5456061ba98e 100644 (file)
@@ -39,9 +39,9 @@ proceeding. If your OS or architecture is not on the list, it's possible that
 
 <table class="codetable" frame="border" summary="requirements">
 <tr>
-<th align="middle">Operating system</th>
-<th align="middle">Architectures</th>
-<th align="middle">Notes</th>
+<th align="center">Operating system</th>
+<th align="center">Architectures</th>
+<th align="center">Notes</th>
 </tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><td>FreeBSD 8 or later</td> <td>amd64, 386, arm</td> <td>Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later</td></tr>