From: <cl...@us...> - 2004-10-31 19:50:26
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3806/templates/default Modified Files: event.tpl todo.tpl Log Message: added charset Index: event.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/event.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** event.tpl 15 May 2004 02:42:17 -0000 1.7 --- event.tpl 31 Oct 2004 19:50:15 -0000 1.8 *************** *** 3,7 **** <html> <head> ! <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <title>{CAL}</title> <link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css"> --- 3,7 ---- <html> <head> ! <meta http-equiv="content-type" content="text/html;charset={CHARSET}"> <title>{CAL}</title> <link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css"> Index: todo.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/todo.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** todo.tpl 15 May 2004 02:42:17 -0000 1.4 --- todo.tpl 31 Oct 2004 19:50:15 -0000 1.5 *************** *** 3,7 **** <html> <head> ! <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <title>{CAL}</title> <link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css"> --- 3,7 ---- <html> <head> ! <meta http-equiv="content-type" content="text/html;charset={CHARSET}"> <title>{CAL}</title> <link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css"> |