aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_functions.php
diff options
context:
space:
mode:
authorGreg Westin <westin@users.sourceforge.net>2004-02-05 07:06:11 +0000
committerGreg Westin <westin@users.sourceforge.net>2004-02-05 07:06:11 +0000
commitad86114448a49bbf132b36b4a1cfbab9628f328c (patch)
tree9f7a39832be4f537c8d532181da9d5805ab71159 /functions/list_functions.php
parent30027f73164beba826a969f7dc9e9ebd2cd15b8e (diff)
downloadphpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.tar.gz
phpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.tar.bz2
phpicalendar-ad86114448a49bbf132b36b4a1cfbab9628f328c.zip
Cleaned up code, checking with the W3C HTML validator.
Diffstat (limited to 'functions/list_functions.php')
-rw-r--r--functions/list_functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/list_functions.php b/functions/list_functions.php
index 1875bf9..170daa5 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"> '.$val.'<br>';
+ $return .= '<img src="templates/'.$template.'/images/monthdot_'.$key.'.gif" alt="" /> '.$val.'<br>';
}
return $return;
@@ -114,4 +114,4 @@ function list_languages() {
}
-?> \ No newline at end of file
+?>

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