From: Vsevolod Stakhov Date: Tue, 21 Aug 2018 14:04:16 +0000 (+0100) Subject: [Minor] Treat   as an ordinary space X-Git-Tag: 1.8.0~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d309a5330c47ad682ecc5b63c0de5bdf68a8d7;p=thirdparty%2Frspamd.git [Minor] Treat   as an ordinary space --- diff --git a/src/libserver/html_entities.h b/src/libserver/html_entities.h index 86e9cf0ada..c6155664b5 100644 --- a/src/libserver/html_entities.h +++ b/src/libserver/html_entities.h @@ -1611,7 +1611,7 @@ static entity entities_defs[] = { {"nharr", 8622, "\xe2\x86\xae"}, {"varnothing", 8709, "\xe2\x88\x85"}, {"ShortDownArrow", 8595, "\xe2\x86\x93"}, - {"nbsp", 160, "\xc2\xa0"}, + {"nbsp", 160, " "}, {"asympeq", 8781, "\xe2\x89\x8d"}, {"rbrkslu", 10640, "\xe2\xa6\x90"}, {"rho", 961, "\xcf\x81"},