PluginProbe
User Access Manager / 2.3.18
User Access Manager v2.3.18
2.3.20 2.3.19 2.3.18 2.3.17 2.3.16 2.3.15 2.3.14 2.3.13 trunk 0.6 0.6.1 0.6.2 0.7 0.7 Beta 0.7.0.1 0.8 0.8.0.1 0.8.0.2 0.9 0.9.1 0.9.1.1 0.9.1.2 0.9.1.3 0.9.1.4 1.0 All 136 releases
← All changes | src/View/AdminSettings.php +2 -2 trunk2.3.18 View file →
@@ -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();