aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-15 02:42:13 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-15 02:42:13 +0000
commit05d312eb4148ea05727c6f1aac8583e46dc56781 (patch)
tree98d0351bf2d2ac367d57ce3d3c4343b7f32839b0 /functions/list_functions.php
parentd5a212a132331202510071cca860532674acb3c8 (diff)
downloadphpicalendar-05d312eb4148ea05727c6f1aac8583e46dc56781.tar.gz
phpicalendar-05d312eb4148ea05727c6f1aac8583e46dc56781.tar.bz2
phpicalendar-05d312eb4148ea05727c6f1aac8583e46dc56781.zip
Moving files to valid XHTML.
Diffstat (limited to 'functions/list_functions.php')
-rw-r--r--functions/list_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/list_functions.php b/functions/list_functions.php
index 170daa5..b2dcf04 100644
--- a/functions/list_functions.php
+++ b/functions/list_functions.php
@@ -14,7 +14,7 @@ function list_jumps() {
function list_calcolors() {
global $template, $master_array;
foreach ($master_array[-3] as $key => $val) {
- $return .= '<img src="templates/'.$template.'/images/monthdot_'.$key.'.gif" alt="" /> '.$val.'<br>';
+ $return .= '<img src="templates/'.$template.'/images/monthdot_'.$key.'.gif" alt="" /> '.$val.'<br />';
}
return $return;

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