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-12-09 01:53:17 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-09 01:53:17 +0300
commit4b6e2990d01ddacdb68bb4f9da72d6bc3985d371 (patch)
treec4452c764d1ec4dea10ab51d79680f8a1ccb2cb2 /plugins/Feedback
parent7e8fe7606c1998ecd2c1a137f9a6754257f7f489 (diff)
- Few updates in the messaging
- in DBStats API, table name is not bound using ? in the query, so it has to be escaped
Diffstat (limited to 'plugins/Feedback')
-rw-r--r--plugins/Feedback/templates/sent.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/templates/sent.tpl b/plugins/Feedback/templates/sent.tpl
index 65495497bf..e453a0d650 100644
--- a/plugins/Feedback/templates/sent.tpl
+++ b/plugins/Feedback/templates/sent.tpl
@@ -16,7 +16,7 @@ body {
#success {
color: #38D73B;
text-align: center;
- border: 2px solid red;
+ border: 2px solid #38D73B;
margin: 10px;
padding: 10px;
}