mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Fix attribute includes selector callback.
This commit is contained in:
parent
6d585308f8
commit
fb853c9354
@ -1058,8 +1058,9 @@ css_error node_has_attribute_includes(void *pw, void *node,
|
||||
const char *start;
|
||||
const char *end;
|
||||
|
||||
*match = false;
|
||||
|
||||
if (vlen == 0) {
|
||||
*match = false;
|
||||
return CSS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user