aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-06-11 17:00:27 -0400
committerRuss Cox <rsc@golang.org>2014-06-11 17:00:27 -0400
commit74183c5b063847741430e9280760ab538bafa02c (patch)
treecb1d119d8694a2c4681fd2c7cad4b4c62446e5ca
parent8ef4135731a578744de2cbaaaea8bc8e2a584317 (diff)
downloadgo-74183c5b063847741430e9280760ab538bafa02c.tar.gz
go-74183c5b063847741430e9280760ab538bafa02c.zip
[release-branch.go1.3] doc/install.html: fix erroneous HTML annotation
««« 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
-rw-r--r--doc/install.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html
index 9aee55d878..83785cbe58 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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>