Ignore:
Timestamp:
11/06/19 14:29:18 (5 years ago)
Author:
bnemhaus
Message:

Fixed a bug causing ${CURRENT_FRAMESET} flag not to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/management/ResourceUtil.java

    r1434 r1439  
    4646                        } else if (inPattern && endingPattern) {
    4747                                String patternFound = patternSB.toString();
    48                                 if (patternFound.equals(pattern)) {
     48                                if (("${" + patternFound + "}").equals(pattern)) {
    4949                                        outputSB.append(replacement);
    5050                                } else {
Note: See TracChangeset for help on using the changeset viewer.