mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
Fixed myhtml_token_node_attribute_last() for return last attribute.
This commit is contained in:
parent
4c03bfc2a0
commit
a7ce974123
@ -227,7 +227,7 @@ myhtml_tree_attr_t * myhtml_token_node_attribute_first(myhtml_token_node_t *toke
|
||||
|
||||
myhtml_tree_attr_t * myhtml_token_node_attribute_last(myhtml_token_node_t *token_node)
|
||||
{
|
||||
return token_node->attr_first;
|
||||
return token_node->attr_last;
|
||||
}
|
||||
|
||||
const char * myhtml_token_node_text(myhtml_token_node_t *token_node, size_t *length)
|
||||
|
Loading…
Reference in New Issue
Block a user