fixes #707
This commit is contained in:
@@ -190,7 +190,7 @@ class DText
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.sanitize(text)
|
def self.sanitize(text)
|
||||||
text.gsub!(/<( |\Z)/, "<\\1")
|
text.gsub!(/<( |-|\Z)/, "<\\1")
|
||||||
|
|
||||||
Sanitize.clean(
|
Sanitize.clean(
|
||||||
text,
|
text,
|
||||||
|
|||||||
Reference in New Issue
Block a user