1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:10:21 -07:00

doc: Change id of footer

The heading "Copyright" uses id="copyright" as the anchor name.
However, there is also a <div id="copyright"> at the bottom.
Using the same ID value twice in the same file is illegal
(http://www.w3.org/TR/html401/struct/links.html#h-12.2.3).

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5909045
This commit is contained in:
Benny Siegert 2012-03-26 09:12:15 -07:00 committed by Brad Fitzpatrick
parent 6421bdeb71
commit f4ec146454
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ div#plusone {
float: right;
}
div#copyright {
div#footer {
color: #666;
font-size: 14px;
margin: 40px 0;

View File

@ -50,7 +50,7 @@
</div>
<div id="copyright">
<div id="footer">
Build version {{html .Version}}.
Except as noted, this content is licensed under a
Creative Commons Attribution 3.0 License.