From 20ce7f9821f27582acf9d94ad5b05df70d8a1d12 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Mon, 5 Jul 2004 22:03:11 +0000 Subject: [PATCH] * stepmake/bin/add-html-footer.py: use
instead of and add a faint, green border line. --- ChangeLog | 5 +++++ stepmake/bin/add-html-footer.py | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f945e30dfd..4fe6ce7241 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 Heikki Junes + + * stepmake/bin/add-html-footer.py: use
instead of
, + add a faint, green border line. + 2004-07-05 Han-Wen Nienhuys * scm/font.scm (add-cmr-fonts): upright caps is eccc. diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index 22e5875c55..6d0d756c0a 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -43,11 +43,7 @@ of @PACKAGE_NAME@ """ built = r""" -

-

- - -
- +
Read comments on this page, or add one.

@@ -56,8 +52,7 @@ This page is for %(package_name)s-%(package_version)s (%(branch_str)s).

Report errors to <%(mail_address)s>.
-
+
""" -- 2.39.5