Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Evernote Parser - fix #268
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Dec 1, 2017
1 parent 9d8ac96 commit 137e197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion th_evernote/sanitize.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def remove_prohibited_element(tag_name, document_element):
def filter_term(att):
if att.startswith("on") or att.startswith("data-") or \
att in ["id", "class", "accesskey", "data", "dynsrc", "tabindex", "srcset",
"frame", "rules", "width", "trbidi", "imageanchor", "sizes"]:
"frame", "rules", "width", "trbidi", "imageanchor", "sizes", "property"]:
return True


Expand Down

0 comments on commit 137e197

Please sign in to comment.