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/Dashboard/templates
parent7ce39e93e155549ab165febe55d61e2bc08a04a5 (diff)
always use the html5 charset declaration
Diffstat (limited to 'plugins/Dashboard/templates')
-rw-r--r--plugins/Dashboard/templates/_header.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/_header.twig b/plugins/Dashboard/templates/_header.twig
index 2abd7a1cc3..4a9795fc3a 100644
--- a/plugins/Dashboard/templates/_header.twig
+++ b/plugins/Dashboard/templates/_header.twig
@@ -2,8 +2,8 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
<title>{{ 'General_Dashboard'|translate }} - {{ 'CoreHome_WebAnalyticsReports'|translate }}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
{{ loadJavascriptTranslations(['CoreHome',' Dashboard'])|raw }}
<!--[if lt IE 9]>