summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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