out.newlineOpt();
// Begin a script block inside the body. It's commented out so that the
// browser won't mistake strings containing "<script>" for actual script.
out.print("<script><!--");
out.newline();
return out.toString();
}
private String getHtmlSuffix() {
DefaultTextOutput out = new DefaultTextOutput(obfuscate);