Don't remove empty <mspace> elements

pull/511/head
Thibaut Courouble 8 years ago
parent 9612016351
commit 04a5c40f60

@ -1,6 +1,6 @@
module Docs
class CleanTextFilter < Filter
EMPTY_NODES_RGX = /<(?!td|th|iframe)(\w+)[^>]*>[[:space:]]*<\/\1>/
EMPTY_NODES_RGX = /<(?!td|th|iframe|mspace)(\w+)[^>]*>[[:space:]]*<\/\1>/
def call
html.strip!

Loading…
Cancel
Save