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
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 /main.php
parent1b23bfa33d81eb9782b0915490ec3b71a877a8bc (diff)
Replaced xml:lang attributes by lang for HTML5
Diffstat (limited to 'main.php')
-rw-r--r--main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.php b/main.php
index a77d8d997e..9e949fff3a 100644
--- a/main.php
+++ b/main.php
@@ -182,7 +182,7 @@ if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) {
echo ' <li id="li_select_mysql_charset">';
echo ' ' . __('Server charset') . ': '
- . ' <span xml:lang="en" dir="ltr">'
+ . ' <span lang="en" dir="ltr">'
. ' ' . $mysql_charsets_descriptions[$mysql_charset_map['utf-8']] . "\n"
. ' (' . $mysql_charset_map['utf-8'] . ')' . "\n"
. ' </span>' . "\n"