diff --git a/lib/godoc/dirList.html b/lib/godoc/dirList.html deleted file mode 100644 index 03980078fbb..00000000000 --- a/lib/godoc/dirList.html +++ /dev/null @@ -1,23 +0,0 @@ - - -

- - - - - - - - -{.repeated section @} - - - - -{.end} -
FileSize
..
{Name|html}{Size|html}
-

diff --git a/src/cmd/godoc/godoc.go b/src/cmd/godoc/godoc.go index 16a4982cf46..cecc2d8c3a9 100644 --- a/src/cmd/godoc/godoc.go +++ b/src/cmd/godoc/godoc.go @@ -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");