Skip to content

Commit

Permalink
= 4.2.6.5 =
Browse files Browse the repository at this point in the history
~ Fixed: security
  • Loading branch information
tungnxt89 committed Apr 10, 2024
1 parent ad7f59b commit 41d67fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function render() {
$content = ob_get_clean();

$html_wrap = [
'<div class="' . ( 'elementor-repeater-item-' . $item_layout['_id'] ?? '' ) . '">' => '</div>',
'<div class="' . ( 'elementor-repeater-item-' . esc_attr__( $item_layout['_id'] ?? '' ) ) . '">' => '</div>',
];
echo Template::instance()->nest_elements( $html_wrap, $content );
// End show list instructors
Expand Down

0 comments on commit 41d67fd

Please sign in to comment.