From d6d17f7e199fcee14dce1acafd31ac8351c6033b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 29 Nov 2005 22:57:21 +0000 Subject: [PATCH] - More XHTML/HTML fixes: element --- en/cgi/cgi-style.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/cgi/cgi-style.pl b/en/cgi/cgi-style.pl index cc9a837e8b..f68d893dd9 100644 --- a/en/cgi/cgi-style.pl +++ b/en/cgi/cgi-style.pl @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.25 2005/10/29 15:08:21 fenner Exp $ +# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.26 2005/10/29 15:11:09 fenner Exp $ # # Perl routines to encapsulate various elements of HTML page style. @@ -143,6 +143,7 @@ sub short_html_header { $xhtml = 1 unless defined($xhtml); $doctype = $xhtml ? '' : ''; + $html = $xhtml ? '' : ''; $endslash = $xhtml ? '/' : ''; $csshack = (1 || $xhtml) ? '' : q`