]> Cypherpunks repositories - gostls13.git/commitdiff
doc/install.html: fix erroneous HTML annotation
authorRob Pike <r@golang.org>
Tue, 10 Jun 2014 18:19:41 +0000 (11:19 -0700)
committerRob Pike <r@golang.org>
Tue, 10 Jun 2014 18:19:41 +0000 (11:19 -0700)
align=middle is invalid; use align=center

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

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>