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 /changelog.php
parent1b23bfa33d81eb9782b0915490ec3b71a877a8bc (diff)
Replaced xml:lang attributes by lang for HTML5
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.php b/changelog.php
index 960b0ef961..1467ee0576 100644
--- a/changelog.php
+++ b/changelog.php
@@ -101,7 +101,7 @@ $replaces = array(
header('Content-type: text/html; charset=utf-8');
?>
<!DOCTYPE HTML>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
+<html lang="en" dir="ltr">
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />