Modify ↓
Opened 15 years ago
Closed 15 years ago
#6084 closed defect (fixed)
<html> tag opened, but not closed
| Reported by: | Polyglot | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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 by , 15 years ago
| Priority: | minor → normal |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In [3977/josm]: