소스 검색

Update tag_whitelist.py

Bastien Sevajol 6 년 전
부모
커밋
521c6c66ef
No account linked to committer's email
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/tracim/lib/email_processing/sanitizer_config/tag_whitelist.py

+ 1 - 1
tracim/tracim/lib/email_processing/sanitizer_config/tag_whitelist.py 파일 보기

@@ -13,4 +13,4 @@ TAG_WHITELIST = [
13 13
     'samp', 'small', 'strong', 'sub', 'sup',
14 14
     'table', 'tbody', 'td', 'tfoot', 'thead', 'tr',
15 15
     'u', 'ul'
16
-]
16
+]