mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix DOM_CONFIG_NORMALIZE_WHITESPACE comment
This commit is contained in:
parent
7fe214fbb2
commit
22e647813e
@ -63,8 +63,9 @@ enum dom_config_flag {
|
|||||||
|
|
||||||
/** "normalize-whitespace"
|
/** "normalize-whitespace"
|
||||||
*
|
*
|
||||||
* If false (default) nothing is done, else all nodes are discarded
|
* If false (default) nothing is done, else all text nodes are
|
||||||
* once they have been traversed. */
|
* normalized so that sequences of space characters are changed to
|
||||||
|
* being only a single space. */
|
||||||
DOM_CONFIG_NORMALIZE_WHITESPACE = 64,
|
DOM_CONFIG_NORMALIZE_WHITESPACE = 64,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user