This converts the hard-coded footer section of all error pages to XHTML
or HTML 4.01 Strict compliance. Ready for any improvements done on pages
templates themselves to matche the compliance level.
TODO: upgrade all page templates to match.
{
ERR_SQUID_SIGNATURE,
- "\n<BR clear=\"all\">\n"
- "<HR noshade size=\"1px\">\n"
- "<ADDRESS>\n"
+ "\n<br>\n"
+ "<hr>\n"
+ "<div id=\"footer\">\n"
"Generated %T by %h (%s)\n"
- "</ADDRESS>\n"
- "</BODY></HTML>\n"
+ "</div>\n"
+ "</body></html>\n"
},
{
TCP_RESET,