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/gui/help/HelpContentReader.java

    r3276 r3569  
    110110                } else if (line.contains("<h3>Attachments</h3>")) {
    111111                    isInContent = false;
     112                } else if (line.contains("<div id=\"attachments\">")) {
     113                    isInContent = false;
     114                } else if (line.contains("<div class=\"trac-modifiedby\">")) {
     115                    continue;
    112116                } else if (line.contains("<input type=\"submit\" name=\"attachfilebutton\"")) {
    113117                    // heuristic: if we find a button for uploading images we are in an
Note: See TracChangeset for help on using the changeset viewer.