|
From: OryNider <ory...@us...> - 2008-02-10 02:34:58
|
Update of /cvsroot/mxbb/mx_blogs/weblogs/templates/Infinity In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18506/weblogs/templates/Infinity Modified Files: weblog_header.htm Log Message: Index: weblog_header.htm =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/weblogs/templates/Infinity/weblog_header.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** weblog_header.htm 7 Jun 2007 22:01:37 -0000 1.1 --- weblog_header.htm 10 Feb 2008 02:34:52 -0000 1.2 *************** *** 1,6 **** ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}"> <head> - <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> --- 1,5 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <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" /> |