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 'core/DataTable/Filter/BeautifyRangeLabels.php')
-rw-r--r--core/DataTable/Filter/BeautifyRangeLabels.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/DataTable/Filter/BeautifyRangeLabels.php b/core/DataTable/Filter/BeautifyRangeLabels.php
index 7f60bdd714..534f484bff 100644
--- a/core/DataTable/Filter/BeautifyRangeLabels.php
+++ b/core/DataTable/Filter/BeautifyRangeLabels.php
@@ -28,11 +28,11 @@ use Piwik\Piwik;
* This filter can be extended to vary exactly how ranges are prettified based
* on the range values found in the DataTable. To see an example of this,
* take a look at the {@link BeautifyTimeRangeLabels} filter.
- *
+ *
* **Basic usage example**
- *
+ *
* $dataTable->queueFilter('BeautifyRangeLabels', array("1 visit", "%s visits"));
- *
+ *
* @api
*/
class BeautifyRangeLabels extends ColumnCallbackReplace