]> Cypherpunks repositories - gostls13.git/commitdiff
TBR
authorRobert Griesemer <gri@golang.org>
Sun, 8 Nov 2009 08:51:08 +0000 (00:51 -0800)
committerRobert Griesemer <gri@golang.org>
Sun, 8 Nov 2009 08:51:08 +0000 (00:51 -0800)
1st step of renaming dirList.html -> dirlist.html
(OS X filenames are not capitalization-sensitive)

R=rsc
http://go/go-review/1024021

lib/godoc/dirList.html [deleted file]
src/cmd/godoc/godoc.go

diff --git a/lib/godoc/dirList.html b/lib/godoc/dirList.html
deleted file mode 100644 (file)
index 0398007..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-       Copyright 2009 The Go Authors. All rights reserved.
-       Use of this source code is governed by a BSD-style
-       license that can be found in the LICENSE file.
--->
-
-<p>
-<table class="layout">
-<tr>
-       <th align="left">File</th>
-       <th width="100" align="right">Size</th>
-</tr>
-<tr>
-       <td><a href=".." class="noline">..</a></td>
-</tr>
-{.repeated section @}
-<tr>
-       <td align="left"><a href="{Name|html}" class="noline">{Name|html}</a></td>
-       <td align="right">{Size|html}</td>
-</tr>
-{.end}
-</table>
-</p>
index 16a4982cf461849adc0279c08c25e79a916517b0..cecc2d8c3a950f233628309dacf13d30e037cb25 100644 (file)
@@ -566,7 +566,7 @@ var (
 func readTemplates() {
        // have to delay until after flags processing,
        // so that main has chdir'ed to goroot.
-       dirListHtml = readTemplate("dirList.html");
+       dirListHtml = readTemplate("dirlist.html");
        dirsHtml = readTemplate("dirs.html");
        godocHtml = readTemplate("godoc.html");
        packageHtml = readTemplate("package.html");