mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 01:09:39 +03:00
Yet more case insensitivity
svn path=/trunk/netsurf/; revision=9549
This commit is contained in:
parent
a3d57f2c3c
commit
d442d4ff9f
@ -955,7 +955,7 @@ css_error node_has_attribute_equal(void *pw, void *node,
|
||||
if (attr != NULL) {
|
||||
*match = strlen((const char *) attr) ==
|
||||
lwc_string_length(value) &&
|
||||
strncmp((const char *) attr,
|
||||
strncasecmp((const char *) attr,
|
||||
lwc_string_data(value),
|
||||
lwc_string_length(value)) == 0;
|
||||
xmlFree(attr);
|
||||
|
Loading…
Reference in New Issue
Block a user