Disable style tags in Adium, not working with Telegram
This commit is contained in:
parent
413e449112
commit
01104c87d3
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@
|
|||
htmlEncoder = [[AIHTMLDecoder alloc] init];
|
||||
[htmlEncoder setIncludesHeaders:NO];
|
||||
[htmlEncoder setIncludesFontTags:NO];
|
||||
[htmlEncoder setClosesFontTags:NO];
|
||||
[htmlEncoder setIncludesStyleTags:YES];
|
||||
[htmlEncoder setClosesFontTags:YES];
|
||||
[htmlEncoder setIncludesStyleTags:NO];
|
||||
[htmlEncoder setIncludesColorTags:NO];
|
||||
[htmlEncoder setEncodesNonASCII:NO];
|
||||
[htmlEncoder setPreservesAllSpaces:NO];
|
||||
|
|
Loading…
Add table
Reference in a new issue