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:
authorrobocoder <anthon.pang@gmail.com>2011-04-04 18:35:49 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 18:35:49 +0400
commit1b1cc0ae561dcc9f368931c8799c029ae990d04d (patch)
treeaad81d4bea93cd90724bd891e47aefeb20c3981c /plugins/Widgetize
parent87c59d150f053d3a392773223f65e08665e51e66 (diff)
fixes #2263 - fix inconsistencies in template headers
git-svn-id: http://dev.piwik.org/svn/trunk@4307 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/templates/iframe.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Widgetize/templates/iframe.tpl b/plugins/Widgetize/templates/iframe.tpl
index 06b28eec14..f47007f2a6 100644
--- a/plugins/Widgetize/templates/iframe.tpl
+++ b/plugins/Widgetize/templates/iframe.tpl
@@ -1,5 +1,8 @@
-<html>
+<!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">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{loadJavascriptTranslations plugins='CoreHome'}
{include file="CoreHome/templates/js_global_variables.tpl"}
{include file="CoreHome/templates/js_css_includes.tpl"}