|
From: FlorinCB <ory...@us...> - 2009-09-22 03:17:41
|
Update of /cvsroot/mxbb/mx_radio/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24846/templates/_core Modified Files: mx_player.tpl Log Message: upgrade Index: mx_player.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_radio/templates/_core/mx_player.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_player.tpl 7 Mar 2008 03:26:26 -0000 1.2 --- mx_player.tpl 22 Sep 2009 03:17:30 -0000 1.3 *************** *** 3,8 **** <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}" /> <head> ! <meta http-equiv="Content-Type" content="text/html; charset="{S_CONTENT_ENCODING}" /> ! <meta http-equiv="Content-Style-Type" content="text/css" /> {META} <!-- First load standard template *.css definition, located in the the phpbb template folder --> --- 3,8 ---- <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}" /> <head> ! <meta http-equiv="Content-Style-Type" content="text/css"></meta> ! <meta http-equiv="Content-Type" content="text/html" charset="{S_CONTENT_ENCODING}"></meta> {META} <!-- First load standard template *.css definition, located in the the phpbb template folder --> |