|
|
|
go.tools/godoc: Fix jump-to-line in source view.
Remove the empty anchor element and add the line ID (Lnnn)
to the span element that contains the line number.
Fixes issue 5977.
Patch Set 1 #Patch Set 2 : diff -r c72ffa74432d https://code.google.com/p/go.tools/ #Patch Set 3 : diff -r c72ffa74432d https://code.google.com/p/go.tools/ #Patch Set 4 : diff -r 93e42b136c78 https://code.google.com/p/go.tools/ #Patch Set 5 : diff -r 93e42b136c78 https://code.google.com/p/go.tools/ #Patch Set 6 : diff -r 93e42b136c78 https://code.google.com/p/go.tools/ #Patch Set 7 : diff -r 93e42b136c78 https://code.google.com/p/go.tools/ #Total messages: 3
|
folke
Hello adg@golang.org, bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools/
|
12 years, 5 months ago (2013年07月31日 18:23:17 UTC) #1 |
Hello adg@golang.org, bradfitz@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools/
LGTM
*** Submitted as https://code.google.com/p/go/source/detail?r=899f0c465799&repo=tools *** go.tools/godoc: Fix jump-to-line in source view. Remove the empty anchor element and add the line ID (Lnnn) to the span element that contains the line number. Fixes issue 5903. Fixes issue 5977. R=adg CC=bradfitz, golang-dev https://codereview.appspot.com/12189043 Committer: Andrew Gerrand <adg@golang.org>