summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/classes
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-11-29 16:58:24 +0000
committerColin Fleming <cj_fleming@sky.com>2015-11-29 16:58:24 +0000
commit660bd992a26b78e515f6cfdb2021638cd0361f5a (patch)
treef0795c07b57caf9b27076848e083c5421e188781 /src/usr/local/www/classes
parentcbe639a8a2575b3148c9b5069be78b0a89b3b429 (diff)
downloadpfsense-660bd992a26b78e515f6cfdb2021638cd0361f5a.zip
pfsense-660bd992a26b78e515f6cfdb2021638cd0361f5a.tar.gz
Update Form_Input flass
Diffstat (limited to 'src/usr/local/www/classes')
-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