aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2003-09-17 19:23:30 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2003-09-17 19:23:30 +0000
commit95f606259285ecea15b7378bbb95353df469a564 (patch)
treef688038ab1c02898d3b8c82bdd81a4f4e9b97a8e /functions
parent9ee9d70b3288ae2ca420b03698fa0b2d76677f3c (diff)
downloadphpicalendar-95f606259285ecea15b7378bbb95353df469a564.tar.gz
phpicalendar-95f606259285ecea15b7378bbb95353df469a564.tar.bz2
phpicalendar-95f606259285ecea15b7378bbb95353df469a564.zip
Moved $fclic inside the anchor tag to ensure tags remain balanced.
Diffstat (limited to 'functions')
-rw-r--r--functions/date_functions.php4
1 files changed, 2 insertions, 2 deletions
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.'</a>'.$fclic;
+ echo '">'.$clic.$event_text.$fclic.'</a>';
}
}
-?> \ No newline at end of file
+?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy