]> Cypherpunks repositories - gostls13.git/commit
godoc: make id attributes unique
authorRobert Griesemer <gri@golang.org>
Wed, 8 Aug 2012 00:45:58 +0000 (17:45 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 8 Aug 2012 00:45:58 +0000 (17:45 -0700)
commit3601f27708e6c0d6f71e690139de46df19cedc38
treec8d9db9ae101b3a1828c3a9558b9655d05844259
parentfca45719a4365a0dc709202aa3efc2c58bbe473b
godoc: make id attributes unique

Some browsers (e.g. IE9) ignore the case of 'id' attributes
which can lead to conflicts. Prefix non-generated 'id's with
"pkg-" to make them different from any generated attribute.

Also: Added missing entry for "Other packages" to top-level
index.

Fixes #3851.

R=adg, dsymonds
CC=golang-dev
https://golang.org/cl/6449105
lib/godoc/package.html