aboutsummaryrefslogtreecommitdiffstats
path: root/functions/calendar_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-15 03:07:21 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-15 03:07:21 +0000
commit788c4e778a210c19341a3d308e2d46519d9d90aa (patch)
treeef54c6cb72f7972939b17410638f8e8a2d223af5 /functions/calendar_functions.php
parent05d312eb4148ea05727c6f1aac8583e46dc56781 (diff)
downloadphpicalendar-788c4e778a210c19341a3d308e2d46519d9d90aa.tar.gz
phpicalendar-788c4e778a210c19341a3d308e2d46519d9d90aa.tar.bz2
phpicalendar-788c4e778a210c19341a3d308e2d46519d9d90aa.zip
More XHTML conversion.
Diffstat (limited to 'functions/calendar_functions.php')
-rw-r--r--functions/calendar_functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/calendar_functions.php b/functions/calendar_functions.php
index 1602f2f..9329fd2 100644
--- a/functions/calendar_functions.php
+++ b/functions/calendar_functions.php
@@ -179,7 +179,7 @@ function display_ical_list($cals) {
// trying to figure out if this is the selected calendar.
$cal_httpPrefix_tmp = str_replace('webcal://', 'http://', $cal_tmp);
if ($cal_httpPrefix_tmp == urldecode($cal)) {
- $return .= "<option value=\"$current_view.php?cal=$cal_encoded_tmp&amp;getdate=$getdate\" selected>$cal_displayname_tmp</option>";
+ $return .= "<option value=\"$current_view.php?cal=$cal_encoded_tmp&amp;getdate=$getdate\" selected=\"selected\">$cal_displayname_tmp</option>";
} else {
$return .= "<option value=\"$current_view.php?cal=$cal_encoded_tmp&amp;getdate=$getdate\">$cal_displayname_tmp</option>";
}
@@ -187,7 +187,7 @@ function display_ical_list($cals) {
// option to open all (non-web) calenders together
if ($cal == $ALL_CALENDARS_COMBINED) {
- $return .= "<option value=\"$current_view.php?cal=$ALL_CALENDARS_COMBINED&amp;getdate=$getdate\" selected>$all_cal_comb_lang</option>";
+ $return .= "<option value=\"$current_view.php?cal=$ALL_CALENDARS_COMBINED&amp;getdate=$getdate\" selected=\"selected\">$all_cal_comb_lang</option>";
} else {
$return .= "<option value=\"$current_view.php?cal=$ALL_CALENDARS_COMBINED&amp;getdate=$getdate\">$all_cal_comb_lang</option>";
}

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