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"
|
||||
*
|
||||
* If false (default) nothing is done, else all nodes are discarded
|
||||
* once they have been traversed. */
|
||||
* If false (default) nothing is done, else all text nodes are
|
||||
* normalized so that sequences of space characters are changed to
|
||||
* being only a single space. */
|
||||
DOM_CONFIG_NORMALIZE_WHITESPACE = 64,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user