summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-06-01 09:15:41 -0400
committerSteve Beaver <sbeaver@netgate.com>2017-06-01 09:15:41 -0400
commit067a2bdf960a00162915a3a9e514704817fb37c6 (patch)
tree71877c2229d1b79131e4a2fa59a3d4c750fb900a
parentde88f4218ccefafaea971241813468c106083138 (diff)
downloadpfsense-067a2bdf960a00162915a3a9e514704817fb37c6.zip
pfsense-067a2bdf960a00162915a3a9e514704817fb37c6.tar.gz
Improve comment
-rw-r--r--src/usr/local/www/classes/Form/Section.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/classes/Form/Section.class.php b/src/usr/local/www/classes/Form/Section.class.php
index c91bf31..730d0e3 100644
--- a/src/usr/local/www/classes/Form/Section.class.php
+++ b/src/usr/local/www/classes/Form/Section.class.php
@@ -130,8 +130,8 @@ EOT;
</div>
EOT2;
} else {
- // If an ID has been specified for this section, include an anchor tag in the header to that hrefs can
- // jump directly to it
+ // If an ID has been specified for this section, include an anchor tag in the header named with the ID
+ // so that hrefs can jump directly to it
return <<<EOT3
{$element}
OpenPOWER on IntegriCloud