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-08-09 07:28:00 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-08-09 07:28:00 +0400
commit8751a9fd7bc112640f08f2918a996dae5e080232 (patch)
tree06f08fd37acddd3a9771a24d980579561c43ef4f /plugins/Dashboard
parent4a0fc23123f26240fcb91797a81979e019a7003a (diff)
minor XHTML formatting edits
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/Dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/Dashboard.php b/plugins/Dashboard/Dashboard.php
index 79c28fcfbb..29bf3b9df5 100644
--- a/plugins/Dashboard/Dashboard.php
+++ b/plugins/Dashboard/Dashboard.php
@@ -41,7 +41,7 @@ class Piwik_Dashboard extends Piwik_Plugin
function css()
{
- echo '<link rel="stylesheet" type="text/css" href="plugins/Dashboard/templates/dashboard.css" />';
+ echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"plugins/Dashboard/templates/dashboard.css\" />\n";
}
public function install()