mirror of
https://github.com/golang/go
synced 2024-11-21 22:24:40 -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:
parent
6421bdeb71
commit
f4ec146454
@ -150,7 +150,7 @@ div#plusone {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#copyright {
|
div#footer {
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 40px 0;
|
margin: 40px 0;
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="copyright">
|
<div id="footer">
|
||||||
Build version {{html .Version}}.
|
Build version {{html .Version}}.
|
||||||
Except as noted, this content is licensed under a
|
Except as noted, this content is licensed under a
|
||||||
Creative Commons Attribution 3.0 License.
|
Creative Commons Attribution 3.0 License.
|
||||||
|
Loading…
Reference in New Issue
Block a user