| @@ -51,10 +51,10 @@ | ||
| 51 | 51 | $cssClass .= ($currentGroupKey === 'taxonomies') ? " uam_settings_group_taxonomies $currentSectionKey" : ''; |
| 52 | 52 | ?> |
| 53 | 53 | <h3><?php echo $controller->getText($currentSectionKey); ?></h3> |
| 54 | 54 | <p><?php echo $controller->getText($currentSectionKey, true); ?></p> |
| 55 | - <table id="uam_settings_group_<?php echo htmlspecialchars($currentSectionKey, ENT_QUOTES); ?>" | |
| 56 | - class="form-table<?php echo htmlspecialchars($cssClass, ENT_QUOTES); ?>"> | |
| 55 | + <table id="uam_settings_group_<?php echo $currentSectionKey; ?>" | |
| 56 | + class="form-table<?php echo $cssClass; ?>"> | |
| 57 | 57 | <tbody> |
| 58 | 58 | <?php |
| 59 | 59 | if ($form instanceof Form) { |
| 60 | 60 | $formElements = $form->getElements(); |