Ignore:
Timestamp:
2010-09-30T17:28:07+02:00 (14 years ago)
Author:
stoecker
Message:

fix Trac page reading for slight 0.12 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/WikiReader.java

    r2512 r3569  
    125125            } else if (line.contains("<h3>Attachments</h3>")) {
    126126                inside = false;
     127            } else if (line.contains("<div id=\"attachments\">")) {
     128                inside = false;
     129            } else if (line.contains("<div class=\"trac-modifiedby\">")) {
     130                continue;
    127131            }
    128132            if (inside && !transl) {
Note: See TracChangeset for help on using the changeset viewer.