[SimBot-commits] CVS: simbot/templates base.default.tmpl,1.1,1.2
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 04:23:07
|
Update of /cvsroot/simbot/simbot/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30939/templates Modified Files: base.default.tmpl Log Message: Now with unicode goodness! Index: base.default.tmpl =================================================================== RCS file: /cvsroot/simbot/simbot/templates/base.default.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- base.default.tmpl 9 Aug 2005 01:13:00 -0000 1.1 +++ base.default.tmpl 9 Aug 2005 01:17:01 -0000 1.2 @@ -3,6 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head> <!-- SimBot Default Base Template Copy to base.local.tmpl before editing --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SimBot » <TMPL_VAR NAME=title></title> </head><body> <div id="content"> |