From 69e52a62ebfcfbad0dbcd1fa06b13d17389abe8b Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 14 Jul 2001 12:12:41 +0000 Subject: [PATCH] Whitespace at the top, whitespace at the bottom --- cal.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cal.php b/cal.php index c97ac1a7d..316afd30e 100644 --- a/cal.php +++ b/cal.php @@ -2,8 +2,8 @@ require_once 'prepend.inc'; if (!is_primary_site()) { - header("Location: http://www.php.net/cal.php"); - exit; + header("Location: http://www.php.net/cal.php"); + exit; } commonHeader("Event Calendar",1); @@ -437,5 +437,6 @@ foreach($re as $k=>$v) { if (!isset($cy)) $cy = strftime('%Y'); draw_cal($cy,$cm); + echo "
"; commonFooter(); ?>