[PATCH] mshtml: Fix the spelling of the filter attribute.
9 Nov
2020
9 Nov
'20
10:59 a.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- I found no indication that this is supposed to be misspelt. dlls/mshtml/htmlstyle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/htmlstyle.c b/dlls/mshtml/htmlstyle.c index dc5b136edb3..ae21c1f7299 100644 --- a/dlls/mshtml/htmlstyle.c +++ b/dlls/mshtml/htmlstyle.c @@ -415,7 +415,7 @@ static const style_tbl_entry_t style_tbl[] = { DISPID_A_DISPLAY }, { - L"fileter", + L"filter", DISPID_IHTMLCSSSTYLEDECLARATION_FILTER, DISPID_A_FILTER }, -- 2.20.1
1948
Age (days ago)
1949
Last active (days ago)
1 comments
2 participants
participants (2)
-
Francois Gouget -
Jacek Caban