diff options
| author | Russ Cox <rsc@golang.org> | 2010-03-19 17:46:18 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-03-19 17:46:18 -0700 |
| commit | e8fb0b014ca37ffd34b99f2f83c477bca8ad13ff (patch) | |
| tree | dc6ce691f090344b0f265457d584dcd13d135eee /lib | |
| parent | 7190fdd3bff430f3be6ad2a25e10bac519bb8d77 (diff) | |
| download | go-e8fb0b014ca37ffd34b99f2f83c477bca8ad13ff.tar.xz | |
godoc: revert change 5089, per gri's instructions
R=gri
CC=golang-dev
https://golang.org/cl/630043
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/godoc/search.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/godoc/search.txt b/lib/godoc/search.txt index 5724da404d..46f7ae478e 100644 --- a/lib/godoc/search.txt +++ b/lib/godoc/search.txt @@ -1,5 +1,4 @@ -QUERY -{Query} +QUERY = {Query} {.section Accurate} {.or} @@ -22,7 +21,7 @@ package {Pak.Name} {.repeated section Files} {.repeated section Groups} {.repeated section Infos} - {File.Path}:{@|infoLine} + {File.Path|url-src}:{@|infoLine} {.end} {.end} {.end} @@ -37,7 +36,7 @@ package {Pak.Name} {.repeated section Files} {.repeated section Groups} {.repeated section Infos} - {File.Path}:{@|infoLine} + {File.Path|url-src}:{@|infoLine} {.end} {.end} {.end} |
