mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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. */
|
/* 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…
Reference in New Issue
Block a user