From 1b4e596a0f5e52982601bfdc49f8c2f6930c9f24 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 11 Feb 2009 05:53:23 +0000 Subject: [PATCH] - Make the time selection look a little better --- judge_availability.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/judge_availability.php b/judge_availability.php index c3e9ef8..cd25455 100644 --- a/judge_availability.php +++ b/judge_availability.php @@ -123,8 +123,8 @@ foreach($times as $x=>$t) { echo ""; $st = substr($t['starttime'], 0, 5); $end = substr($t['endtime'], 0, 5); - echo "{$times[$x]['date']} $st - $end"; - echo "{$t['name']}"; + echo "{$times[$x]['date']} $st - $end"; + echo "

{$t['name']}"; echo ""; }