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:
Diffstat (limited to 'plugins/UserCountry/templates/getDistinctCountries.twig')
-rw-r--r--plugins/UserCountry/templates/getDistinctCountries.twig12
1 files changed, 7 insertions, 5 deletions
diff --git a/plugins/UserCountry/templates/getDistinctCountries.twig b/plugins/UserCountry/templates/getDistinctCountries.twig
index ce78d5ca68..de8a81db7d 100644
--- a/plugins/UserCountry/templates/getDistinctCountries.twig
+++ b/plugins/UserCountry/templates/getDistinctCountries.twig
@@ -1,5 +1,7 @@
-<div class="sparkline">
- {{ sparkline(urlSparklineCountries) }}
- {{ 'UserCountry_DistinctCountries'|translate("<strong>"~numberDistinctCountries|number~"</strong>")|raw }}
-</div>
-<br style="clear:left"/> \ No newline at end of file
+<div piwik-content-block>
+ <div class="sparkline">
+ {{ sparkline(urlSparklineCountries) }}
+ {{ 'UserCountry_DistinctCountries'|translate("<strong>"~numberDistinctCountries|number~"</strong>")|raw }}
+ </div>
+ <br style="clear:left"/>
+</div> \ No newline at end of file