Changeset 7590


Ignore:
Timestamp:
2004-06-14T15:01:16+12:00 (20 years ago)
Author:
mdewsnip
Message:

Multiple line format statements now have '\' characters written at the end of each line.

File:
1 edited

Legend:

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

    r7551 r7590  
    585585        value_str = value_str.replaceAll(match_string, "[");
    586586        }
     587
     588        // Make sure format statements over multiple lines have '\' characters at the end
     589        value_str = value_str.replaceAll("\n", " \\\\\n");
     590
    587591        text.append(SPEECH_CHARACTER);
    588592        text.append(value_str);
Note: See TracChangeset for help on using the changeset viewer.