Update of /cvsroot/xoops/xoops2/install/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv4350/install/templates
Modified Files:
install_tpl.html
Log Message:
fixed bug where charset was not set
Index: install_tpl.html
===================================================================
RCS file: /cvsroot/xoops/xoops2/install/templates/install_tpl.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** install_tpl.html 2 Jan 2003 15:48:36 -0000 1.1
--- install_tpl.html 6 Jan 2003 09:07:02 -0000 1.2
***************
*** 2,7 ****
<html>
<head>
<title>XOOPS Custom Installation</title>
- <meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<style type="text/css" media="all"><!-- @import url(../xoops.css); --></style>
<link rel="stylesheet" type="text/css" media="all" href="templates/style.css" />
--- 2,7 ----
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=<{$charset}>" />
<title>XOOPS Custom Installation</title>
<style type="text/css" media="all"><!-- @import url(../xoops.css); --></style>
<link rel="stylesheet" type="text/css" media="all" href="templates/style.css" />
|