]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add </BODY></HTML> to the end of our error pages
authorwessels <>
Sat, 28 Mar 1998 12:24:34 +0000 (12:24 +0000)
committerwessels <>
Sat, 28 Mar 1998 12:24:34 +0000 (12:24 +0000)
src/errorpage.cc

index d08c25d1e6686a2a11440b090165a36d3a29931b..290177da49d3c6e7e202da9d560894a2a0c83c82 100644 (file)
@@ -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<br clear=\"all\">\n"
            "<hr noshade size=1>\n"
            "Generated on %T by <a href=\"http://squid.nlanr.net/\">%s</a>@%h\n"
+           "</BODY></HTML>\n"
     }
 };