exist
exist copied to clipboard
[bugfix] omit newline after doctype with indent=no
fixes #4736
Before
<!DOCTYPE html>
<option selected></option>
AFTER
<!DOCTYPE html><option selected></option>
@dizzz yes I saw that too. I will push updates soon.
If you load XML via doc() then the whitespace with newlines is recreated as stored.
indent=no does not have an effect on persistent nodes themselves.
@dizzzz this PR does only change the behaviour of the doctype.
@line-o please could you rebase?
