]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fix tag mismatch validation errors
authorScott Lawrence <bytbox@gmail.com>
Mon, 20 Feb 2012 01:32:43 +0000 (12:32 +1100)
committerRob Pike <r@golang.org>
Mon, 20 Feb 2012 01:32:43 +0000 (12:32 +1100)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676099

lib/godoc/package.html

index 0874b7fa28405c304c6a6bfe9118cf81993a7c20..841ad8df0fd92f29288e2ed3cbefeaac454f046b 100644 (file)
                                {{example_html $name $.Examples $.FSet}}
                        {{end}}
                {{end}}
+               </div>
        {{else}}  {{/* not a package; is a command */}}
                {{comment_html .Doc}}
        {{end}}
 {{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>
        </tr>
        {{end}}
        </table>
-       </p>
 {{end}}