Changeset 9124


Ignore:
Timestamp:
2005-02-22T09:49:09+13:00 (19 years ago)
Author:
mdewsnip
Message:

Set the preserveSpace option back to false, because it makes a mess of config.xml otherwise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/XMLTools.java

    r9051 r9124  
    190190        f.setIndenting(true);
    191191        f.setLineWidth(0); // Why isn't this working!
    192         f.setPreserveSpace(true);
     192        f.setPreserveSpace(false);
    193193        // Create the necessary writer stream for serialization.
    194194        OutputStreamWriter osw = new OutputStreamWriter(os, "UTF-8");
Note: See TracChangeset for help on using the changeset viewer.