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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-13 05:41:12 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-13 05:41:12 +0400
commit99e0c088adc6baf6c959ab90f32f1f5b4c095b35 (patch)
treefc843e272842fdd3471b45114ea088a074c8903b /plugins
parentaeb2c0b5f9f37c3a8bfeaeb4c1a915bd4d4a007a (diff)
Add html namespace (validation warning)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Dashboard/templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl
index 7e73b899e4..45e688748f 100644
--- a/plugins/Dashboard/templates/header.tpl
+++ b/plugins/Dashboard/templates/header.tpl
@@ -1,7 +1,7 @@
{* This header is for loading the dashboard in stand alone mode*}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
{loadJavascriptTranslations plugins='CoreHome Dashboard'}
{include file="CoreHome/templates/js_global_variables.tpl"}