diff --git a/core/c/typeemail.php b/core/c/typeemail.php
index 78e5b3f..2e79428 100644
--- a/core/c/typeemail.php
+++ b/core/c/typeemail.php
@@ -13,6 +13,7 @@ class TypeEmail extends FormAttributes implements IForm
{
private $_attributes = array(
self::FORM_NAME => '',
+ self::FORM_VALUE => '',
self::FORM_ATTRIBUTE_ID => '',
self::FORM_ATTRIBUTE_CLASS => '',
self::FORM_ATTRIBUTE_PLACEHOLDER => '',
@@ -32,7 +33,7 @@ class TypeEmail extends FormAttributes implements IForm
*/
private function _setElement( )
{
- $this->_element = '' . "\n";
+ $this->_element = '' . "\n";
}