removed images

bzr revid: nicolas.vanhoren@openerp.com-20120813144401-cll0enjblqkh8ina
This commit is contained in:
niv-openerp 2012-08-13 16:44:01 +02:00
parent 10155376c4
commit 8dfa86afd9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def html_sanitize(x):
new = pq(result)
return new.html()
to_remove = set(["script", "head", "meta", "title", "link"])
to_remove = set(["script", "head", "meta", "title", "link", "img"])
to_unwrap = set(["html", "body"])
def handle_a(el, new):