From 12dfffb48d1862275ece90d8c7b499ac606ffdc9 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 6 Oct 2002 20:50:59 +0000 Subject: More style sheeting stuff. --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 7006334..b338903 100644 --- a/month.php +++ b/month.php @@ -80,7 +80,7 @@ for ($i=0; $i<7; $i++) { $day_num = date("w", $start_day); $day = $daysofweek_lang[$day_num]; - print "
$day
"; + print "
$day
"; $start_day = ($start_day + (24.5 * 60 * 60)); } ?> -- cgit v1.2.3