]> Cypherpunks repositories - gostls13.git/commit
godoc: position URLs (containing file names) must be quoted and URL escaped
authorRobert Griesemer <gri@golang.org>
Fri, 12 Aug 2011 23:28:55 +0000 (16:28 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Aug 2011 23:28:55 +0000 (16:28 -0700)
commitc71b6767241210deaf9888f96dfd6166b7a718eb
tree70f8e933d245f33c3446f74ab36806c4c96ddd87
parent5c45e56898261c29ae44e65bd087a508c9abe0a5
godoc: position URLs (containing file names) must be quoted and URL escaped

Since the posLink_url also adds a non-URL attribute, the quoting and  URL-escaping
must happen inside posLink_url (otherwise the non-URL attribute becomes part or the
URL portion of the tag.

R=r
CC=golang-dev
https://golang.org/cl/4888041
lib/godoc/package.html
src/cmd/godoc/godoc.go