diff --git a/en/cgi/cgi-style.pl b/en/cgi/cgi-style.pl
index 72e571204d..64cf80d2ec 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.14 1999/09/06 07:02:40 peter Exp $
+# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.15 2000/01/05 15:47:42 phantom Exp $
#
# Perl routines to encapsulate various elements of HTML page style.
@@ -21,6 +21,10 @@ if (!defined($hsty_author)) {
$hsty_author = "$hsty_email";
}
+if (!defined($hsty_date)) {
+ $hsty_date = "";
+}
+
$i_topbar = "
";
-if ($hsty_home eq "") {
+if (!defined($hsty_home)) {
$hsty_home = "
";
}