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:37:42 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:37:42 +0400
commit80b2089dd61011322557171515d60e751e4ab9f1 (patch)
treea2e65a2f92c0ee8ebe0436b526e0c586f78fdc82 /plugins/Proxy
parent7ce39e93e155549ab165febe55d61e2bc08a04a5 (diff)
always use the html5 charset declaration
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/templates/exportImageWindow.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Proxy/templates/exportImageWindow.twig b/plugins/Proxy/templates/exportImageWindow.twig
index 9dfbe1940f..0145a6589f 100644
--- a/plugins/Proxy/templates/exportImageWindow.twig
+++ b/plugins/Proxy/templates/exportImageWindow.twig
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <meta charset="utf-8">
<title>{{ 'General_ExportAsImage_js'|translate }}</title>
</head>
<body>