mirror of https://github.com/golang/go.git
lib/godoc: fix subdirectories html reference
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5677043
This commit is contained in:
parent
8eee153bc8
commit
b4d32d832f
|
|
@ -13,7 +13,7 @@
|
|||
<dd><a href="#overview">Overview</a></dd>
|
||||
<dd><a href="#index">Index</a></dd>
|
||||
{{if $.Dirs}}
|
||||
<dd><a href="#Subdirectories">Subdirectories</a></dd>
|
||||
<dd><a href="#subdirectories">Subdirectories</a></dd>
|
||||
{{end}}
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue