aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2012-02-20 12:32:43 +1100
committerRob Pike <r@golang.org>2012-02-20 12:32:43 +1100
commit05e80cffc344167ccbc49f5b0c416e6372a4f796 (patch)
tree386e802e95f1c226b3700a36a48c8e6af80e8efb /lib
parent441538eb574f8ef69a6f11f1d7eee403335931a1 (diff)
downloadgo-05e80cffc344167ccbc49f5b0c416e6372a4f796.tar.xz
godoc: fix tag mismatch validation errors
R=golang-dev, r CC=golang-dev https://golang.org/cl/5676099
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/package.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/godoc/package.html b/lib/godoc/package.html
index 0874b7fa28..841ad8df0f 100644
--- a/lib/godoc/package.html
+++ b/lib/godoc/package.html
@@ -126,6 +126,7 @@
{{example_html $name $.Examples $.FSet}}
{{end}}
{{end}}
+ </div>
{{else}} {{/* not a package; is a command */}}
{{comment_html .Doc}}
{{end}}
@@ -155,7 +156,6 @@
{{with .Dirs}}
{{/* DirList entries are numbers and strings - no need for FSet */}}
<h2 id="subdirectories">Subdirectories</h2>
- <p>
<table class="dir">
<tr>
<th>Name</th>
@@ -175,5 +175,4 @@
</tr>
{{end}}
</table>
- </p>
{{end}}