diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-14 11:50:41 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-14 11:50:41 +0100 |
commit | 0cbb51f4c06a63707f1e42646f032eb479b87b55 (patch) | |
tree | 392435dc8f2c8fe06b7d86dcc2f3e57360158fb1 /src/libserver/html_entities.h | |
parent | e4ef32dfc97e0fee0e8b10efc99c158a9ce0161c (diff) | |
download | rspamd-0cbb51f4c06a63707f1e42646f032eb479b87b55.tar.gz rspamd-0cbb51f4c06a63707f1e42646f032eb479b87b55.zip |
[Fix] Html: Fix processing of fjlig entity
TODO: Make a generic fix
Diffstat (limited to 'src/libserver/html_entities.h')
-rw-r--r-- | src/libserver/html_entities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/html_entities.h b/src/libserver/html_entities.h index c6155664b..8b323e9b3 100644 --- a/src/libserver/html_entities.h +++ b/src/libserver/html_entities.h @@ -1722,7 +1722,7 @@ static entity entities_defs[] = { {"die", 168, "\xc2\xa8"}, {"ngt", 8815, "\xe2\x89\xaf"}, {"vcy", 1074, "\xd0\xb2"}, - {"fjlig", 102, "\x66\x6a"}, + {"fjlig", 0, "\x66\x6a"}, {"submult", 10945, "\xe2\xab\x81"}, {"ubrcy", 1118, "\xd1\x9e"}, {"ovbar", 9021, "\xe2\x8c\xbd"}, |