Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:25:57 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:25:57 +0400
commita6bfed3dc372275e072bef744c58345bf6702897 (patch)
treea018dbd55fd726386f61de884715e312d8da06af /plugins/Overlay/templates
parent6e9798b81dd68af09b89c89d18828978dfc59251 (diff)
Always use a valid HTML5 doctype
Diffstat (limited to 'plugins/Overlay/templates')
-rw-r--r--plugins/Overlay/templates/showErrorWrongDomain.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Overlay/templates/showErrorWrongDomain.twig b/plugins/Overlay/templates/showErrorWrongDomain.twig
index 0a39680a12..efa347a2ce 100644
--- a/plugins/Overlay/templates/showErrorWrongDomain.twig
+++ b/plugins/Overlay/templates/showErrorWrongDomain.twig
@@ -1,5 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>