mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
This commit is contained in:
commit
7d5e006908
@ -611,6 +611,7 @@ match_attribute_selectors(struct dom_select_node *base, struct dom_node *node)
|
|||||||
if (has_attribute_match(selector, DOM_SELECT_ATTRIBUTE_ID)) {
|
if (has_attribute_match(selector, DOM_SELECT_ATTRIBUTE_ID)) {
|
||||||
size_t idindex;
|
size_t idindex;
|
||||||
|
|
||||||
|
attr = NULL;
|
||||||
foreach_dom_node (attrs, attr, idindex) {
|
foreach_dom_node (attrs, attr, idindex) {
|
||||||
if (attr->data.attribute.id)
|
if (attr->data.attribute.id)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user