]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Treat   as an ordinary space
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 21 Aug 2018 14:04:16 +0000 (15:04 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 21 Aug 2018 14:04:16 +0000 (15:04 +0100)
src/libserver/html_entities.h

index 86e9cf0ada8103621577153a3a122167b39c8e83..c6155664b5ee29ee221b137094fc9a8507654b88 100644 (file)
@@ -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"},