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/Proxy
parent6e9798b81dd68af09b89c89d18828978dfc59251 (diff)
Always use a valid HTML5 doctype
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/templates/exportImageWindow.twig5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Proxy/templates/exportImageWindow.twig b/plugins/Proxy/templates/exportImageWindow.twig
index 85bc749a0f..9dfbe1940f 100644
--- a/plugins/Proxy/templates/exportImageWindow.twig
+++ b/plugins/Proxy/templates/exportImageWindow.twig
@@ -1,6 +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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{{ 'General_ExportAsImage_js'|translate }}</title>