diff --git a/lib/acts_as_textiled.rb b/lib/acts_as_textiled.rb index 5c6374e..9856d73 100644 --- a/lib/acts_as_textiled.rb +++ b/lib/acts_as_textiled.rb @@ -100,7 +100,7 @@ def redcloth_glyphs end def html_regexp - %r{<(?:[^>"']+|"(?:\\.|[^\\"]+)*"|'(?:\\.|[^\\']+)*')*>}xm + %r{<.*?>}xm end end end