is it possible to force a newline after a doctype declaration in tapestry 5? Preserve whitespace didn't work.
in my layout template I have <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " http://www.w3.org/TR/html4/strict.dtd"> <html> but the generated output has <html> on the same line as <!DOCTYPE>.