public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
add charset utf-8 to installer, fixes #1509

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3968 
3d254a34-79dc-0310-9e5f-be208747d8a0
tsw (author)
Mon May 14 00:53:46 -0700 2007
commit  dc69cb99662b2740f478f27a4dd9291e95d2f9ad
tree    1a45404d84cbe48b8e6e3ddb44942858c36e1ed7
parent  59fd2ce180444829b6f9e3b1cedb7c9f931248e2
...
1
2
3
 
4
5
6
...
1
2
3
4
5
6
7
0
@@ -1,6 +1,7 @@
0
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
0
 <head>
0
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0
   <title>CMS Made Simple Install (step {$current_page})</title>
0
   <link rel="stylesheet" type="text/css" href="install.css" />
0
   <script src="../admin/themes/default/includes/standard.js" type="text/javascript"></script>

Comments

    No one has commented yet.