static {
   if (SetupUtils.isWindows()) {
     LINE_SEPARATOR = " ";
   } else {
     LINE_SEPARATOR = " \\\n          ";
   }
 }
 static {
   if (SetupUtils.isWindows()) {
     HTML_LINE_SEPARATOR = " ";
   } else {
     HTML_LINE_SEPARATOR =
         "&nbsp;\\<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
   }
 }