From e32b11fcdfb2319c0182b1a9b4aaa9e982c8dc5d Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 28 Mar 1998 12:24:34 +0000 Subject: [PATCH] add to the end of our error pages --- src/errorpage.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/errorpage.cc b/src/errorpage.cc index d08c25d1e6..290177da49 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.122 1998/03/17 04:00:13 wessels Exp $ + * $Id: errorpage.cc,v 1.123 1998/03/28 05:24:34 wessels Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -61,6 +61,7 @@ static const struct { "\n
\n" "
\n" "Generated on %T by %s@%h\n" + "\n" } }; -- 2.47.3