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 /db_datadict.php
parent1b23bfa33d81eb9782b0915490ec3b71a877a8bc (diff)
Replaced xml:lang attributes by lang for HTML5
Diffstat (limited to 'db_datadict.php')
-rw-r--r--db_datadict.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_datadict.php b/db_datadict.php
index 9b4562d9d1..e57206f960 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -228,7 +228,7 @@ foreach ($tables as $table) {
}
?>
</td>
- <td<?php echo $type_nowrap; ?> xml:lang="en" dir="ltr"><?php echo $type; ?></td>
+ <td<?php echo $type_nowrap; ?> lang="en" dir="ltr"><?php echo $type; ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $attribute; ?></td>*/ ?>
<td><?php echo (($row['Null'] == 'NO') ? __('No') : __('Yes')); ?></td>
<td nowrap="nowrap"><?php if (isset($row['Default'])) { echo $row['Default']; } ?></td>