| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Control_Repeater; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | class Repeater extends Control_Repeater { |
| 11 | 11 | |
| @@ -55,9 +55,9 @@ | ||
| 55 | 55 | * @access public |
| 56 | 56 | */ |
| 57 | 57 | public function content_template() { |
| 58 | 58 | ?> |
| 59 | - <div class="elementor-repeater-fields-wrapper" role="list"></div> | |
| 59 | + <div class="elementor-repeater-fields-wrapper"></div> | |
| 60 | 60 | <# if ( itemActions.add ) { #> |
| 61 | 61 | <div class="elementor-button-wrapper"> |
| 62 | 62 | <button class="elementor-button elementor-repeater-add" type="button"> |
| 63 | 63 | <i class="eicon-plus" aria-hidden="true"></i> |