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 /changelog.php
parent7a88029f455e5744fc5911e2fe852c6e1ac670f7 (diff)
Use HTML5 DOCTYPE along with new charset meta-tag
Diffstat (limited to 'changelog.php')
-rw-r--r--changelog.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/changelog.php b/changelog.php
index fcd727f250..82787b2c09 100644
--- a/changelog.php
+++ b/changelog.php
@@ -99,16 +99,14 @@ $replaces = array(
);
header('Content-type: text/html; charset=utf-8');
-echo '<?xml version="1.0" encoding="utf-8"?'.'>';
?>
-<!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" 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" />
-<title>phpMyAdmin - ChangeLog</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="icon" href="favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+ <title>phpMyAdmin - ChangeLog</title>
+ <meta charset="utf-8" />
</head>
<body>
<h1>phpMyAdmin - ChangeLog</h1>