summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes/Form/Input.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/classes/Form/Input.class.php')
-rw-r--r--src/usr/local/www/classes/Form/Input.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/classes/Form/Input.class.php b/src/usr/local/www/classes/Form/Input.class.php
index e1fe31f..af04b82 100644
--- a/src/usr/local/www/classes/Form/Input.class.php
+++ b/src/usr/local/www/classes/Form/Input.class.php
@@ -30,7 +30,7 @@ class Form_Input extends Form_Element
{
public $column;
protected $_tagName = 'input';
- protected $_tagSelfClosing = true;
+ protected $_tagSelfClosing = false;
protected $_attributes = array(
'class' => array('form-control' => true),
'name' => null,
OpenPOWER on IntegriCloud