Skip to content

Commit 19c6d48

Browse files
authored
Update iframe_has_title.rb
1 parent e78e2f2 commit 19c6d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/erblint-github/linters/github/accessibility/iframe_has_title.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class IframeHasTitle < Linter
1010
include ERBLint::Linters::CustomHelpers
1111
include LinterRegistry
1212

13-
MESSAGE = "<iframe> with meaningful content should have a title attribute that identifies the content."\
14-
" If <iframe> has no meaningful content, hide it from assistive technology with `aria-hidden='true'`."\
13+
MESSAGE = "`<iframe>` with meaningful content should have a title attribute that identifies the content."\
14+
" If `<iframe>` has no meaningful content, hide it from assistive technology with `aria-hidden='true'`."\
1515

1616
def run(processed_source)
1717
tags(processed_source).each do |tag|

0 commit comments

Comments
 (0)