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