Fix attribute includes selector callback.

This commit is contained in:
Michael Drake 2012-08-07 15:16:50 +01:00
parent 6d585308f8
commit fb853c9354
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}