Is there a GWT (Google Web Toolkit) function for correctly printing the output of html widgets? (I apologize if the question is poorly worded - I'm not a GWT developer, but our developers claim that there is no way to do this)
Currently, all the output is a huge single-line block, which makes debugging problems with CSS, etc. significant challenge.
HTML Tidy / Pretty Print, at least during testing, will be a big help.
source share