]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fine tuning of template file
authorRobert Griesemer <gri@golang.org>
Fri, 9 Sep 2011 01:27:26 +0000 (18:27 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 9 Sep 2011 01:27:26 +0000 (18:27 -0700)
R=r, adg
CC=golang-dev
https://golang.org/cl/4995041

lib/godoc/search.txt

index 3e261d0f0403d2bfbbfa9521edb8ffa97539d1a7..5251a388e0de9691d934b36950e625f14371af18 100644 (file)
@@ -9,13 +9,14 @@ QUERY
 */}}{{with .Alt}}DID YOU MEAN
 
 {{range .Alts}}        {{.}}
-{{end}}{{end}}{{/* .Alt */}}{{/*
+{{end}}
+{{end}}{{/* .Alt */}}{{/*
 
 ---------------------------------------
 
 */}}{{with .Pak}}PACKAGE {{$.Query}}
 
-{{range .}}{{.Pak.Path}}
+{{range .}}    {{pkgLink .Pak.Path}}
 {{end}}
 {{end}}{{/* .Pak */}}{{/*