Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Currently, the XML looks like this:
<!-- .. --> <str name="java.io.tmpdir">/tmp</str> <str name="line.separator"> </str> <str name="java.vm.specification.vendor">Sun Microsystems Inc.</str> <!-- .. -->
would be good to have this instead:
<!-- .. --> <str name="java.io.tmpdir">/tmp</str> <str name="line.separator">\n</str> <str name="java.vm.specification.vendor">Sun Microsystems Inc.</str> <!-- .. -->
afterwords we will be able to display to used line seperator