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 'modules/Form.php')
-rw-r--r--modules/Form.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/modules/Form.php b/modules/Form.php
index 2a82abe7c7..de7f85220d 100644
--- a/modules/Form.php
+++ b/modules/Form.php
@@ -1,24 +1,24 @@
-<?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_Helper
- */
-
+<?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_Helper
+ */
+
require_once "HTML/QuickForm.php";
require_once "HTML/QuickForm/Renderer/ArraySmarty.php";
-
-/**
+
+/**
* Parent class for forms to be included in Smarty
*
* For an example, @see Piwik_Login_Form
- *
- * @package Piwik_Helper
+ *
+ * @package Piwik_Helper
*/
abstract class Piwik_Form extends HTML_QuickForm
{