Subject: | Strips out DOCTYPE declarations |
Hello,
I have a DOCTYPE declaration like that at the top of my HTML source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
This line gets striped out by HTML::PrettyPrinter;:format.
This inhibits validating the produced output.
Please also include DOCTYPE declarations in the formated output.