diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2015-11-23 08:15:12 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-11-23 08:15:12 -0500 |
commit | 1fcfea394f1310492c127226cdd89d6d4002bafe (patch) | |
tree | 4acd631d1b8e31434af7c0c8404c8ee13ae24bd8 | |
parent | 7aaa0663f6b39fba33a4341376c35ef40c4ca740 (diff) | |
download | pfsense-1fcfea394f1310492c127226cdd89d6d4002bafe.zip pfsense-1fcfea394f1310492c127226cdd89d6d4002bafe.tar.gz |
Correct Form_TextArea -> Form_Textarea
-rw-r--r-- | src/usr/local/www/services_unbound.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php index 6c3f7ff..bf6d8e4 100644 --- a/src/usr/local/www/services_unbound.php +++ b/src/usr/local/www/services_unbound.php @@ -348,7 +348,7 @@ $section->addInput(new Form_StaticText( $btnadvdns . ' ' . 'Show custom options' )); -$section->addInput(new Form_TextArea ( +$section->addInput(new Form_Textarea ( 'custom_options', 'Custom options', $pconfig['custom_options'] |