Descriptiondoc: 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).
Patch Set 1 #Patch Set 2 : diff -r 044bac21548f https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 044bac21548f https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 044bac21548f https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 044bac21548f https://go.googlecode.com/hg/ #MessagesTotal messages: 6
|