From 95f606259285ecea15b7378bbb95353df469a564 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Wed, 17 Sep 2003 19:23:30 +0000 Subject: Moved $fclic inside the anchor tag to ensure tags remain balanced. --- functions/date_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index a15ddcb..f14147b 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -207,9 +207,9 @@ function openevent($cal, $st, $end, $arr, $lines, $wrap, $clic, $fclic, $class) } else { echo $res[1]; } - echo '">'.$clic.$event_text.''.$fclic; + echo '">'.$clic.$event_text.$fclic.''; } } -?> \ No newline at end of file +?> -- cgit v1.2.3