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>2008-06-26 03:49:13 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-06-26 03:49:13 +0400
commit4654c59b7f84eeedf284ec4dbcb7609c26ae4323 (patch)
treef6c8a23e1340136b7f4947cb5c2d8a4383ae6f70 /plugins/Feedback
parent9c5b14fb1f8c5e547d89e1d4b73c7f2bef7970f2 (diff)
- improved echo output of DataTable (now showing user friendly output of datatable_Array)
- refs #208 hopefully fixed by limiting the number of levels in the Actions table hierarchy - refs #124 started cleaning html code (patch by milianw)
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/sent.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/sent.tpl b/plugins/Feedback/sent.tpl
index 96089d9d8a..ef93e63448 100644
--- a/plugins/Feedback/sent.tpl
+++ b/plugins/Feedback/sent.tpl
@@ -1,7 +1,7 @@
{if isset($ErrorString)}
<strong>{'General_Error'|translate}</strong>: {$ErrorString}<br />
Please send your message at <a href='mailto:hello@piwik.org'>hello@piwik.org</a>:
- <br>{$message}
+ <br />{$message}
{else}
<p>Your message was sent to Piwik developers</p>
<p><strong>Thank you for your feedback!</strong><br /> Piwik Team</p>