Changeset 7604


Ignore:
Timestamp:
2004-06-17T11:13:44+12:00 (20 years ago)
Author:
kjdon
Message:

format statements are now written out with new lines intact, not converted to backslashes. the BasicCollConfig has been fixed so that it handles that ok

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r7598 r7604  
    591591        value_str = value_str.replaceAll(match_string, "[");
    592592        }
    593 
    594         // Make sure format statements over multiple lines have '\' characters at the end
    595         value_str = value_str.replaceAll("\n", " \\\\\n");
    596593
    597594        text.append(SPEECH_CHARACTER);
Note: See TracChangeset for help on using the changeset viewer.