diff options
author | Colin Fleming <cj_fleming@sky.com> | 2015-11-29 16:58:24 +0000 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2015-11-29 16:58:24 +0000 |
commit | 660bd992a26b78e515f6cfdb2021638cd0361f5a (patch) | |
tree | f0795c07b57caf9b27076848e083c5421e188781 /src | |
parent | cbe639a8a2575b3148c9b5069be78b0a89b3b429 (diff) | |
download | pfsense-660bd992a26b78e515f6cfdb2021638cd0361f5a.zip pfsense-660bd992a26b78e515f6cfdb2021638cd0361f5a.tar.gz |
Update Form_Input flass
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/classes/Form/Input.class.php | 2 |
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, |