Skip to content
Snippets Groups Projects
Commit c4b51ef4 authored by Olivia206's avatar Olivia206
Browse files

Accessibility check for embed

parent 56546a42
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Communication::Block::Template::Embed < Communication::Block::Template::Ba
def iframe_without_title?
return false unless has_iframe?
nokogiri.at('iframe').attr('title')
!nokogiri.at('iframe').attr('title')
end
def nokogiri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment