Changeset 26257 for main


Ignore:
Timestamp:
2012-09-26T13:41:15+12:00 (12 years ago)
Author:
sjm84
Message:

Fixed a problem that was causing lines with hash symbols in them to not be rendered properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/Dictionary.java

    r26254 r26257  
    181181            String initial = new String(initial_raw.getBytes("ISO-8859-1"), "UTF-8");
    182182
    183             // Remove any comments from the string
    184             if (initial.indexOf("#") != -1)
    185             {
    186                 initial = initial.substring(0, initial.indexOf("#"));
    187             }
    188183            // if we haven't been given any args, don't bother looking for them
    189184            if (args == null)
Note: See TracChangeset for help on using the changeset viewer.