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-17 01:54:32 +0400
committerJo Michael <me@mynetx.net>2012-03-17 01:54:32 +0400
commitaf0e6c71e72cc3bbcd9c8d35c64836e4e3b07b1e (patch)
treed0d54291de8b5d9eaf16edf73cc043568e30f5c4 /scripts
parent7a88029f455e5744fc5911e2fe852c6e1ac670f7 (diff)
Use HTML5 DOCTYPE along with new charset meta-tag
Diffstat (limited to 'scripts')
-rw-r--r--scripts/decode_bug.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/decode_bug.php b/scripts/decode_bug.php
index aff4d34e8a..e4ea6f70fc 100644
--- a/scripts/decode_bug.php
+++ b/scripts/decode_bug.php
@@ -15,14 +15,13 @@
* Displays the form
*/
?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta charset="iso-8859-1" />
<title>phpMyAdmin - Parser bug report decoder</title>
<style type="text/css">
<!--