You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by David Lee <da...@robobruin.com> on 2008/12/09 20:54:48 UTC

force a newline after doctype declaration

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>.