beast2 icon indicating copy to clipboard operation
beast2 copied to clipboard

XMLProducer.toXML(Object beastObject, Collection<BEASTInterface> others) generates superfluous new lines

Open alexeid opened this issue 5 years ago • 0 comments

Adding a line like:

xml = xml.replaceAll("\\n\\s*\\n", "\n");

directly after

xml = findPlates(xml2)

should fix it.

alexeid avatar Oct 19 '20 01:10 alexeid