diff --git a/godoc/static/callgraph.html b/godoc/static/callgraph.html index 49c285c468..c56b2ef1a7 100644 --- a/godoc/static/callgraph.html +++ b/godoc/static/callgraph.html @@ -4,12 +4,12 @@

Internal call graph

-

- This viewer shows the portion of the internal call - graph of this package that is reachable from this function. - See the package's call - graph for more information. -

- -
+

+ This viewer shows the portion of the internal call + graph of this package that is reachable from this function. + See the package's call + graph for more information. +

+ + diff --git a/godoc/static/implements.html b/godoc/static/implements.html index a02340c498..5f65b861a3 100644 --- a/godoc/static/implements.html +++ b/godoc/static/implements.html @@ -4,6 +4,6 @@

Implements

-
...
+
...
diff --git a/godoc/static/methodset.html b/godoc/static/methodset.html index 2a09c68d4d..1b339e3c3d 100644 --- a/godoc/static/methodset.html +++ b/godoc/static/methodset.html @@ -4,6 +4,6 @@

Method set

-
...
+
...
diff --git a/godoc/static/searchdoc.html b/godoc/static/searchdoc.html index 3b64b17949..679c02cf3a 100644 --- a/godoc/static/searchdoc.html +++ b/godoc/static/searchdoc.html @@ -4,21 +4,21 @@ license that can be found in the LICENSE file. --> {{range $key, $val := .Idents}} - {{if $val}} + {{if $val}}

{{$key.Name}}

- {{range $val}} - {{$pkg_html := pkgLink .Path | html}} + {{range $val}} + {{$pkg_html := pkgLink .Path | html}} {{if eq "Packages" $key.Name}} - {{html .Path}} + {{html .Path}} {{else}} - {{$doc_html := docLink .Path .Name| html}} - {{html .Package}}.{{.Name}} - {{end}} - {{if .Doc}} -

{{comment_html .Doc}}

- {{else}} -

No documentation available

- {{end}} - {{end}} - {{end}} + {{$doc_html := docLink .Path .Name| html}} + {{html .Package}}.{{.Name}} + {{end}} + {{if .Doc}} +

{{comment_html .Doc}}

+ {{else}} +

No documentation available

+ {{end}} + {{end}} + {{end}} {{end}}