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. --- week.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'week.php') diff --git a/week.php b/week.php index ada5f71..3eab050 100644 --- a/week.php +++ b/week.php @@ -127,8 +127,8 @@ for ($i=0;$i<7;$i++) { do { $thisday = date("Ymd", $thisdate); $thisday2 = localizeDate($dateFormat_week_list, $thisdate); - echo "\n"; - echo "$thisday2\n"; + echo "\n"; + echo "$thisday2\n"; echo "\n"; $thisdate = ($thisdate + (25 * 60 * 60)); $i++; @@ -150,10 +150,10 @@ for ($i=0;$i<7;$i++) { $thisdate = $start_week_time; $i = 0; echo "\n"; - echo ""; + echo ""; do { $thisday = date("Ymd", $thisdate); - echo "\n"; + echo "\n"; if (isset($master_array[($thisday)]["-1"])) { echo "\n"; foreach($master_array[($thisday)]["-1"] as $allday) { -- cgit v1.2.3