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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 06:40:55 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 06:40:55 +0300
commit76071515bf1aa9e1def7f4c185b1ab0cc9c385e6 (patch)
tree3f10980a093701ec7d7b69af024a6dedca08e0fe /plugins/VisitTime
parent032b512a4262fa432e5c2aa97d35daaab912ca2b (diff)
Fixing #452
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/API.php2
-rw-r--r--plugins/VisitTime/index.tpl18
2 files changed, 10 insertions, 10 deletions
diff --git a/plugins/VisitTime/API.php b/plugins/VisitTime/API.php
index 47dc678216..96f88a7c2b 100644
--- a/plugins/VisitTime/API.php
+++ b/plugins/VisitTime/API.php
@@ -55,4 +55,4 @@ class Piwik_VisitTime_API
function Piwik_getTimeLabel($label)
{
return sprintf(Piwik_Translate('VisitTime_NHour'), $label);
-} \ No newline at end of file
+}
diff --git a/plugins/VisitTime/index.tpl b/plugins/VisitTime/index.tpl
index 0f9379adac..82af946c7a 100644
--- a/plugins/VisitTime/index.tpl
+++ b/plugins/VisitTime/index.tpl
@@ -1,9 +1,9 @@
-<div id='leftcolumn'>
-<h2>{'VisitTime_LocalTime'|translate}</h2>
-{$dataTableVisitInformationPerLocalTime}
-</div>
-
-<div id='rightcolumn'>
-<h2>{'VisitTime_ServerTime'|translate}</h2>
-{$dataTableVisitInformationPerServerTime}
-</div>
+<div id='leftcolumn'>
+<h2>{'VisitTime_LocalTime'|translate}</h2>
+{$dataTableVisitInformationPerLocalTime}
+</div>
+
+<div id='rightcolumn'>
+<h2>{'VisitTime_ServerTime'|translate}</h2>
+{$dataTableVisitInformationPerServerTime}
+</div>