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:
authorsgiehl <stefan@piwik.org>2013-08-14 22:35:44 +0400
committersgiehl <stefan@piwik.org>2013-08-15 00:57:24 +0400
commit6e61f2725126e276862ec6153e80e5f6db5cb4e1 (patch)
tree98087b064adf11ad1781345de9f72beb1c761ddb /plugins/Referers
parent512a8f82444d6293ee0544354da888553f01f29d (diff)
replaced presentational html tags
Diffstat (limited to 'plugins/Referers')
-rw-r--r--plugins/Referers/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 17da96fe90..7aea432804 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -455,7 +455,7 @@ function DisplayTopKeywords($url = "")
";
echo "
- <p><b>Notes</b>: You can for example edit the code to to make the Top search keywords link to your Website search result pages.
+ <p><strong>Notes</strong>: You can for example edit the code to to make the Top search keywords link to your Website search result pages.
<br/>On medium to large traffic websites, we recommend to cache this data, as to minimize the performance impact of calling the Piwik API on each page view.
</p>
";