Skip to content

Commit 99528b1

Browse files
committed
Let me add this one semicolon
1 parent e5c51ca commit 99528b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1

Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ _global.HTMLCS_WCAG2AAA_Sniffs_Principle4_Guideline4_1_4_1_2 = {
268268

269269
var msg = _global.HTMLCS.getTranslation("4_1_2_msg_pattern").replace(/\{\{msgNodeType\}\}/g, msgNodeType).replace(/\{\{builtAttrs\}\}/g, builtAttrs.join(', '));
270270
if (element.hasAttribute('role') && element.getAttribute('role') === 'button') {
271-
msg = _global.HTMLCS.getTranslation("4_1_2_msg_pattern_role_of_button").replace(/\{\{builtAttrs\}\}/g, builtAttrs.join(', '))
271+
msg = _global.HTMLCS.getTranslation("4_1_2_msg_pattern_role_of_button").replace(/\{\{builtAttrs\}\}/g, builtAttrs.join(', '));
272272
}
273273
errors.push({
274274
element: element,

0 commit comments

Comments
 (0)