mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-09 00:55:23 +02:00
Fixed charset issue in install (bug #647)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3109 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f3530a69a8
commit
abe31cd088
@ -278,7 +278,8 @@ if( !defined("PHPBB_INSTALLED") )
|
||||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"L_INSTALLATION" => $lang['Welcome_install'])
|
||||
"L_INSTALLATION" => $lang['Welcome_install'],
|
||||
"L_ENCODING" => $lang['ENCODING'])
|
||||
);
|
||||
}
|
||||
else
|
||||
@ -336,7 +337,8 @@ else
|
||||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
"L_INSTALLATION" => $lang['Welcome_install'])
|
||||
"L_INSTALLATION" => $lang['Welcome_install'],
|
||||
"L_ENCODING" => $lang['ENCODING'])
|
||||
);
|
||||
|
||||
$reinstall = true;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={L_ENCODING}">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<title>{L_INSTALLATION}</title>
|
||||
<link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css">
|
||||
|
Loading…
x
Reference in New Issue
Block a user