Changeset 19009 in josm


Ignore:
Timestamp:
2024-03-07T09:45:26+01:00 (2 months ago)
Author:
stoecker
Message:

fix #23536 - somebody added useless space in Trac, so our empty-page detection failed

File:
1 edited

Legend:

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

    r18801 r19009  
    152152        }
    153153        if (b.indexOf("      Describe ") >= 0
    154         || b.indexOf(" does not exist. You can create it here.</p>") >= 0)
     154        || b.indexOf(" does not exist. You can create it here.") >= 0)
    155155            return "";
    156156        if (b.length() == 0)
Note: See TracChangeset for help on using the changeset viewer.