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
path: root/setup
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 /setup
parent7a88029f455e5744fc5911e2fe852c6e1ac670f7 (diff)
Use HTML5 DOCTYPE along with new charset meta-tag
Diffstat (limited to 'setup')
-rw-r--r--setup/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/index.php b/setup/index.php
index dde1ffe9dc..5c75eb8664 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -28,10 +28,10 @@ $action_done = preg_replace('/[^a-z_]/', '', $action_done);
// send no-cache headers
require './libraries/header_http.inc.php';
?>
-<!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">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta charset="utf-8" />
<title>phpMyAdmin setup</title>
<link href="../favicon.ico" rel="icon" type="image/x-icon" />
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon" />