mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fix dom_node_attribute comment mentioning non-existant struct
Noticed by kon.
This commit is contained in:
parent
dc2cac851d
commit
b831ee64aa
@ -164,8 +164,7 @@ struct dom_attribute_node {
|
||||
/* Has the node->string been converted to internal charset. */
|
||||
unsigned int converted:1;
|
||||
|
||||
/* Is the attribute a unique identifier meaning the owner (element)
|
||||
* should be added to the document nodes @element_id hash. */
|
||||
/* Is the attribute a unique identifier. */
|
||||
unsigned int id:1;
|
||||
|
||||
/* The attribute value references some other resource */
|
||||
|
Loading…
Reference in New Issue
Block a user