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 /scripts
parent1b23bfa33d81eb9782b0915490ec3b71a877a8bc (diff)
Replaced xml:lang attributes by lang for HTML5
Diffstat (limited to 'scripts')
-rw-r--r--scripts/decode_bug.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/decode_bug.php b/scripts/decode_bug.php
index e4ea6f70fc..5e7d2b57d3 100644
--- a/scripts/decode_bug.php
+++ b/scripts/decode_bug.php
@@ -16,11 +16,11 @@
*/
?>
<!DOCTYPE HTML>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" dir="ltr">
<head>
- <link rel="icon" href="./favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
+ <link rel="icon" href="favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta charset="iso-8859-1" />
<title>phpMyAdmin - Parser bug report decoder</title>
<style type="text/css">