diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-05-02 15:44:51 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-05-02 15:44:51 +0200 |
commit | 0003ee229fd33ff46cb5f2fe1e35f5c0284debc4 (patch) | |
tree | 08c48264fd22152f443284397517a1b2be743c34 /lib | |
parent | 505c19580e0f43fe5224431459cacb7c21edd93d (diff) | |
download | golang-0003ee229fd33ff46cb5f2fe1e35f5c0284debc4.tar.gz |
Imported Upstream version 1.0.1upstream/1.0.1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/godoc/package.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/godoc/package.html b/lib/godoc/package.html index 41677a69d..5b7fce8d7 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -192,14 +192,14 @@ {{if $.DirFlat}} {{if .HasPkg}} <tr> - <td><a href="{{html .Path}}">{{html .Path}}</a></td> + <td class="name"><a href="{{html .Path}}">{{html .Path}}</a></td> <td> </td> <td style="width: auto">{{html .Synopsis}}</td> </tr> {{end}} {{else}} <tr> - <td>{{repeat ` ` .Depth}}<a href="{{html .Path}}">{{html .Name}}</a></td> + <td class="name">{{repeat ` ` .Depth}}<a href="{{html .Path}}">{{html .Name}}</a></td> <td> </td> <td style="width: auto">{{html .Synopsis}}</td> </tr> |