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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-25 02:21:27 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-25 02:21:27 +0400
commitd52db895dd56559ac2633e8a2cad4b72d91cea99 (patch)
tree6428257952e5faf11baefe9b64aa5301783e7b9e /plugins/Login/FormLogin.php
parent9a8a590bae9b801a3c24f6ef76b39db0ee48877b (diff)
Change DOCTYPE to html5
Login page is now HTML5 compatible Embed input icons
Diffstat (limited to 'plugins/Login/FormLogin.php')
-rw-r--r--plugins/Login/FormLogin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/FormLogin.php b/plugins/Login/FormLogin.php
index 5a74477772..46c02f2f91 100644
--- a/plugins/Login/FormLogin.php
+++ b/plugins/Login/FormLogin.php
@@ -15,7 +15,7 @@
*/
class Piwik_Login_FormLogin extends Piwik_QuickForm2
{
- function __construct( $id = 'loginform', $method = 'post', $attributes = null, $trackSubmit = false)
+ function __construct( $id = 'login_form', $method = 'post', $attributes = null, $trackSubmit = false)
{
parent::__construct($id, $method, $attributes, $trackSubmit);
}