theme_bandit
theme_bandit copied to clipboard
link_tags method failing on <link> tags with no rel .value()
/theme_bandit-0.0.9/lib/theme_bandit/parser/css.rb:13:in
block in link_tags': undefined method value' for nil:NilClass (NoMethodError)
Relevant method: https://github.com/lfender6445/theme_bandit/blob/master/lib/theme_bandit/parser/css.rb#L11
Example
<link itemprop="url" href="http://www.domain.com" style="display: none;"/>
I can probably patch this later today.
EDIT: Updated with correct failing tag
Looks like this might be related to another tag actually, will investigate further.