aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-04 10:58:13 -0800
committerRobert Griesemer <gri@golang.org>2009-11-04 10:58:13 -0800
commitd06dc14aa800ff780eba51d707cfbf14e1e9da29 (patch)
tree152df741aa126255df978e2eb3b921cd3235d539 /lib
parentd441d545a98dbab3a1c82973a1e81d7caa1b015d (diff)
downloadgo-d06dc14aa800ff780eba51d707cfbf14e1e9da29.tar.xz
remove "em" unit from td width specification
R=rsc http://go/go-review/1018037
Diffstat (limited to 'lib')
-rw-r--r--lib/godoc/dirs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/godoc/dirs.html b/lib/godoc/dirs.html
index f9f3cbd74d..3a0b5b3960 100644
--- a/lib/godoc/dirs.html
+++ b/lib/godoc/dirs.html
@@ -1,6 +1,6 @@
<table class="layout">
<tr><td colspan="2"><a href="{Path|path}">{Name|html}</a></td></tr>
{.repeated section Dirs}
- <tr><td width="25em"></td><td>{@|dir}</td></tr>
+ <tr><td width="25"></td><td>{@|dir}</td></tr>
{.end}
</table>