lib/typogruby.rb in typogruby-1.0.17 vs lib/typogruby.rb in typogruby-1.0.18
- old
+ new
@@ -293,9 +293,9 @@
@exluded_sensitive_tags[h]
end
end
# Array of all the senstive tags that should be ignored by all the text filters.
- EXCLUDED_TAGS = %w{head pre code kbd math script textarea}
+ EXCLUDED_TAGS = %w{head pre code kbd math script textarea title}
extend self
end