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:
authorjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
committerjohmathe <johmathe@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-11 17:38:22 +0400
commitdd639a368983c930d4a174ab4085213f2e7c8e99 (patch)
tree3e3732d90625e4496375aba47477105e97d4e162 /modules/DataTable/Simple.php
parent71ff763fb7acdc8b397b173389dcf2b7330fdffa (diff)
Convert txt files to unix format0.1
Diffstat (limited to 'modules/DataTable/Simple.php')
-rw-r--r--modules/DataTable/Simple.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/modules/DataTable/Simple.php b/modules/DataTable/Simple.php
index d369d48fe0..08e5d0f0d0 100644
--- a/modules/DataTable/Simple.php
+++ b/modules/DataTable/Simple.php
@@ -1,14 +1,14 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_DataTable
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_DataTable
+ */
+
/**
* The DataTable_Simple is used to provide an easy way to create simple DataGrid.
* A DataTable_Simple actually is a DataTable with 2 columns: 'label' and 'value'.