From ec8c611b406ca7667dfe7ef87a149624bc88e21d Mon Sep 17 00:00:00 2001
From: Robert Griesemer
Date: Thu, 17 Sep 2009 17:04:51 -0700
Subject: [PATCH] - use new css for godoc templates - final location of files
TBD
R=rsc,r
DELTA=84 (19 added, 46 deleted, 19 changed)
OCL=34758
CL=34761
---
lib/godoc/package.html | 11 ++++++-----
lib/godoc/parseerror.html | 6 ++++++
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/lib/godoc/package.html b/lib/godoc/package.html
index a14398aa21..1b577229ca 100644
--- a/lib/godoc/package.html
+++ b/lib/godoc/package.html
@@ -1,9 +1,14 @@
+
+
{.section Dirs}
Subdirectories
{.repeated section @}
{Name|html}
{.end}
-
{.end}
{.section PDoc}
package {PackageName|html}
@@ -27,7 +32,6 @@
{.end}
{.end}
{.section Vars}
-
Variables
{.repeated section @}
{Doc|html-comment}
@@ -35,7 +39,6 @@
{.end}
{.end}
{.section Funcs}
-
{.repeated section @}
{Decl|html}
@@ -44,7 +47,6 @@
{.end}
{.section Types}
{.repeated section @}
-
{Doc|html-comment}
{Decl|html}
@@ -69,7 +71,6 @@
{.end}
{.end}
{.section Bugs}
-
Bugs
{.repeated section @}
{@|html-comment}
diff --git a/lib/godoc/parseerror.html b/lib/godoc/parseerror.html
index 4d12425e48..35d95621ed 100644
--- a/lib/godoc/parseerror.html
+++ b/lib/godoc/parseerror.html
@@ -1,3 +1,9 @@
+
+
Parse errors in {filename}
{.repeated section list}
--
2.52.0