forked from extern/egroupware
tag case correction for XHTML compliance
This commit is contained in:
parent
4ead925ec8
commit
c4fb7bb0cf
@ -35,7 +35,7 @@
|
||||
$GLOBALS['g_month'] = substr($GLOBALS['date'],4,2);
|
||||
$GLOBALS['g_day'] = substr($GLOBALS['date'],6,2);
|
||||
$GLOBALS['owner'] = $GLOBALS['phpgw_info']['user']['account_id'];
|
||||
$GLOBALS['css'] = "\n".'<STYLE type="text/css">'."\n".'<!--'."\n"
|
||||
$GLOBALS['css'] = "\n".'<style type="text/css">'."\n".'<!--'."\n"
|
||||
. ExecMethod('calendar.uicalendar.css').'-->'."\n".'</style>';
|
||||
|
||||
$page_ = explode('.',$GLOBALS['phpgw_info']['user']['preferences']['calendar']['defaultcalendar']);
|
||||
|
Loading…
Reference in New Issue
Block a user