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:34:45 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-13 05:34:45 +0400
commitaeb2c0b5f9f37c3a8bfeaeb4c1a915bd4d4a007a (patch)
tree74a70694e93784cc69536d67588da4fa298894ac /plugins/Dashboard
parent30d03b9b6499d78cf91208f8eaf44c9efa869554 (diff)
fix typo (trailing space) in DTD
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/header.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/header.tpl b/plugins/Dashboard/templates/header.tpl
index 4e82f4bd3a..7e73b899e4 100644
--- a/plugins/Dashboard/templates/header.tpl
+++ b/plugins/Dashboard/templates/header.tpl
@@ -1,5 +1,6 @@
{* 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 ">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
{loadJavascriptTranslations plugins='CoreHome Dashboard'}