From 0c27e3620564c993716b237090e5bc6c31138a9d Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 22 Nov 2003 19:29:45 +0000 Subject: Finished todo.php re-work. Updated event.php to match. --- includes/event.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/event.php') diff --git a/includes/event.php b/includes/event.php index 58cb30a..05cd892 100644 --- a/includes/event.php +++ b/includes/event.php @@ -59,7 +59,7 @@ if ($status) { } if ($location) { if (isset($url)) $location = ''.$location.''; - $display .= $location_lang . ' - ' . $location.'
' . "\n"; + $display .= $location_lang . ' - ' . $location.'
'; } $sheet_href = BASE.'styles/'.$style_sheet.'/default.css'; @@ -74,11 +74,11 @@ echo <<{$cal} - +
- +
{$cal_title_full}
{$cal_title_full}
-- cgit v1.2.3