summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-08-14 08:56:47 +1000
committerAndrew Gerrand <adg@golang.org>2011-08-14 08:56:47 +1000
commitdf3df7b70a680b1c908374f4e96b08fd9b641ecf (patch)
treeba0b79ac60f04022ee607242ac525093945d1d94
parent5e48e648f1729d02c0a9c411759f8eff9b5d9cb3 (diff)
downloadgo-git-df3df7b70a680b1c908374f4e96b08fd9b641ecf.tar.gz
godoc: fix godoc.html template bug: correctly display package roots
R=golang-dev, r CC=golang-dev https://golang.org/cl/4898042
-rw-r--r--lib/godoc/godoc.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html
index 91e521258d..671160d5a8 100644
--- a/lib/godoc/godoc.html
+++ b/lib/godoc/godoc.html
@@ -23,10 +23,8 @@
</ul>
<div class="quickref">
<form method="GET" action="/search">
- {{with .PkgRoots}}
{{range .PkgRoots}}
<a href="/pkg/{{html .}}">{{html .}}</a> <span class="sep">|</span>
- {{end}}
{{else}}
References:
{{end}}