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:
authormattpiwik <matthieu.aubry@gmail.com>2012-10-25 00:11:24 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-10-25 00:11:24 +0400
commitc78b62df79e063ccd8482e95711ebf6f40ebe7d4 (patch)
tree8642c3af7d0d1e92ce1e2e2d5889f4690167fcc7 /plugins/UserCountry
parentf05e827ef8f13cc51cdb1bd475df8afea6c1820b (diff)
Fixes doc
git-svn-id: http://dev.piwik.org/svn/trunk@7305 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/UserCountry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/UserCountry.php b/plugins/UserCountry/UserCountry.php
index 29c8a7fd01..5cf51e690f 100644
--- a/plugins/UserCountry/UserCountry.php
+++ b/plugins/UserCountry/UserCountry.php
@@ -177,7 +177,7 @@ class Piwik_UserCountry extends Piwik_Plugin
'name' => Piwik_Translate('UserCountry_Latitude'),
'segment' => 'lat',
'sqlSegment' => 'log_visit.location_latitude',
- 'acceptedValues' => '-33.578, 40.830, etc.<br/>You can select visitors within a lat/long range using &segment=lat>X;lat<Y;long>M;long<N.',
+ 'acceptedValues' => '-33.578, 40.830, etc.<br/>You can select visitors within a lat/long range using &segment=lat&gt;X;lat&lt;Y;long&gt;M;long&lt;N.',
);
$segments[] = array(
'type' => 'dimension',