summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-23 08:15:12 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-23 08:15:12 -0500
commit1fcfea394f1310492c127226cdd89d6d4002bafe (patch)
tree4acd631d1b8e31434af7c0c8404c8ee13ae24bd8 /src
parent7aaa0663f6b39fba33a4341376c35ef40c4ca740 (diff)
downloadpfsense-1fcfea394f1310492c127226cdd89d6d4002bafe.zip
pfsense-1fcfea394f1310492c127226cdd89d6d4002bafe.tar.gz
Correct Form_TextArea -> Form_Textarea
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/services_unbound.php2
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 . '&nbsp;' . 'Show custom options'
));
-$section->addInput(new Form_TextArea (
+$section->addInput(new Form_Textarea (
'custom_options',
'Custom options',
$pconfig['custom_options']
OpenPOWER on IntegriCloud