Modify ↓
Opened 2 years ago
Closed 2 years ago
#6084 closed defect (fixed)
<html> tag opened, but not closed
| Reported by: | Polyglot | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
../core/src/org/openstreetmap/josm/gui/dialogs/relation/ChildRelationBrowser.java:344
343
protected void warnBecauseOfDeletedRelation(Relation r) {
344
String message = tr("<html>The child relation<br>"
345
+ "{0}<br>"
346
+ "is deleted on the server. It cannot be loaded",
347
r.getDisplayName(DefaultNameFormatter.getInstance())
Attachments (0)
Change History (2)
comment:1 Changed 2 years ago by Polyglot
- Priority changed from minor to normal
comment:2 Changed 2 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In [3977/josm]: