aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-11 13:48:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-11 13:48:30 +0000
commit99d968dd2eccb1157b2252b55d770ea903f8eb96 (patch)
treebc9e4bb401ea413dcbeaa9679f7076584d5b0885 /phpBB/install
parent97c72d7075408cae67fb03215a93371c85e593cd (diff)
downloadforums-99d968dd2eccb1157b2252b55d770ea903f8eb96.tar
forums-99d968dd2eccb1157b2252b55d770ea903f8eb96.tar.gz
forums-99d968dd2eccb1157b2252b55d770ea903f8eb96.tar.bz2
forums-99d968dd2eccb1157b2252b55d770ea903f8eb96.tar.xz
forums-99d968dd2eccb1157b2252b55d770ea903f8eb96.zip
some fixes
git-svn-id: file:///svn/phpbb/trunk@6478 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index e622e226ad..155ab2350e 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -328,12 +328,14 @@ $errored = false;
?>
<!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="<?php echo $lang['DIRECTION']; ?>">
+<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $lang['DIRECTION']; ?>" lang="<?php echo $lang['USER_LANG']; ?>" xml:lang="<?php echo $lang['USER_LANG']; ?>">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $lang['DIRECTION']; ?>" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<meta http-equiv="content-language" content="<?php echo $lang['USER_LANG']; ?>" />
+<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
+
<title><?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?></title>
<link href="../adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" />