summaryrefslogtreecommitdiff
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
commit92e2080af1b8e4838731244a7b57b27e2957a65a (patch)
treecbf977f99e86441977e38c05748953ee71e13ba8
parentd77639d287bafeaa77f7687514bb946cbc801472 (diff)
downloadgo-92e2080af1b8e4838731244a7b57b27e2957a65a.tar.gz
[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://codereview.appspot.com/106910044 ??? LGTM=r R=golang-codereviews, r CC=bradfitz, golang-codereviews, iant https://codereview.appspot.com/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 9aee55d87..83785cbe5 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>