Changeset 12246 in josm


Ignore:
Timestamp:
2017-05-24T10:35:44+02:00 (7 years ago)
Author:
stoecker
Message:

improve default output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r12245 r12246  
    158158            s = "<pre style=\"margin:3px;color:"+color+"\">"+s.replaceAll("&","&amp;").replaceAll("<","&lt;").replaceAll(">","&gt;")+"</pre>"
    159159        }
    160         if ((s.startsWith("+ ") || s.startsWith("+++ ELI")) && options.noeli) {
     160        if ((s.startsWith("+ ") || s.startsWith("+++ ELI") || s.startsWith("#")) && options.noeli) {
    161161            return
    162162        }
Note: See TracChangeset for help on using the changeset viewer.