]> Cypherpunks repositories - gostls13.git/commitdiff
doc: Change id of footer
authorBenny Siegert <bsiegert@gmail.com>
Mon, 26 Mar 2012 16:12:15 +0000 (09:12 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 26 Mar 2012 16:12:15 +0000 (09:12 -0700)
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

doc/style.css
lib/godoc/godoc.html

index ea66f988a67eefdafb570f72f20c5a1a144cce83..95be3a17a46da9738571804ae313277dfb2fa9ea 100644 (file)
@@ -150,7 +150,7 @@ div#plusone {
        float: right;
 }
 
-div#copyright {
+div#footer {
        color: #666;
        font-size: 14px;
        margin: 40px 0;
index feb96e50f46715939a1aacb37593e9a21696583e..d970778c4612f815dfed2c4090880f32ff979af3 100644 (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.