Skip to content

Commit 042e5a0

Browse files
authored
gw-cache-buster.php: Fixed missing comma after tabindex in the $atts array
1 parent 26aefd9 commit 042e5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity-forms/gw-cache-buster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function form_filter( $markup, $form ) {
117117
'description' => $form_args['display_description'],
118118
'field_values' => $form_args['field_values'],
119119
'ajax' => $form_args['ajax'],
120-
'tabindex' => $form_args['tabindex']
120+
'tabindex' => $form_args['tabindex'],
121121
'theme' => rgar( $form, 'theme' ),
122122
'styles' => rgar( $form, 'styles' ),
123123
);

0 commit comments

Comments
 (0)