remove sanitize call from DText.parse, cache post notes, remove prefetch links

This commit is contained in:
r888888888
2013-12-03 13:07:56 -08:00
parent ba46bbb45e
commit 1613116266
2 changed files with 4 additions and 9 deletions

View File

@@ -240,7 +240,7 @@ class DText
end
end
sanitize(html.join("")).html_safe
html.join("").html_safe
end
def self.sanitize(text)