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

In [3977/josm]:

fixed #6084 - <html> tag opened, but not closed

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.