We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f3f51 commit fa42635Copy full SHA for fa42635
src/properties/class-papi-property-group.php
@@ -63,7 +63,7 @@ public function html() {
63
echo '<br />';
64
}
65
66
- echo '<div class="papi-property-group" data-papi-rule="' . $this->html_name() . '">';
+ echo '<div class="papi-property-group" data-papi-rule="' . esc_html( $this->html_name() ) . '">';
67
papi_render_properties( $properties );
68
echo '</div>';
69
0 commit comments