diff --git a/lib/godoc/package.html b/lib/godoc/package.html
index 1fe6e7595f..6795d142d1 100644
--- a/lib/godoc/package.html
+++ b/lib/godoc/package.html
@@ -75,9 +75,9 @@
{{end}}
{{end}}
{{if $.Notes}}
- {{range $marker, $item := $.Notes}}
+ {{range $marker, $item := $.Notes}}
{{noteTitle $marker | html}}s
- {{end}}
+ {{end}}
{{end}}
@@ -92,7 +92,7 @@
{{end}}
-
+
{{with .Filenames}}
Package files
@@ -105,7 +105,7 @@
{{end}}
-
+
{{with .Consts}}
Constants
{{range .}}
@@ -167,11 +167,11 @@
{{end}}
{{with $.Notes}}
- {{range $marker, $content := .}}
- {{noteTitle $marker | html}}s
- {{range .}}
- {{comment_html .}}
- {{end}}
+ {{range $marker, $content := .}}
+ {{noteTitle $marker | html}}s
+ {{range .}}
+ {{comment_html .}}
+ {{end}}
{{end}}
{{end}}
{{end}}
@@ -252,7 +252,7 @@ $(document).ready(function() {
var resize = function() {
code.height(0);
var h = code[0].scrollHeight;
- code.height(h+20); // minimize bouncing
+ code.height(h+20); // minimize bouncing.
code.closest('.input').height(h);
};
code.on('keydown', resize);