Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorJo Michael <me@mynetx.net>2012-03-18 17:46:59 +0400
committerJo Michael <me@mynetx.net>2012-03-18 17:46:59 +0400
commit653f08681552586b9d427b7787d83af1b32e85c0 (patch)
tree56ec5e01c9f1b9847e341b5d20da322b6a75b86a /setup
parent1b23bfa33d81eb9782b0915490ec3b71a877a8bc (diff)
Replaced xml:lang attributes by lang for HTML5
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 7578a56a86..52e23c86e3 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -68,10 +68,10 @@ if (!$is_https) {
<form id="select_lang" method="post" action="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']) ?>">
<?php echo PMA_generate_common_hidden_inputs() ?>
- <bdo xml:lang="en" dir="ltr"><label for="lang">
+ <bdo lang="en" dir="ltr"><label for="lang">
<?php echo __('Language') . (__('Language') != 'Language' ? ' - Language' : '') ?>
</label></bdo><br />
- <select id="lang" name="lang" class="autosubmit" xml:lang="en" dir="ltr">
+ <select id="lang" name="lang" class="autosubmit" lang="en" dir="ltr">
<?php
// create language list
$lang_list = array();