Modify ↓
Opened 4 years ago
Closed 4 years ago
#3455 closed defect (fixed)
[PATCH] Incorrect closing html tags and typos
| Reported by: | Claudius Henrichs <claudius.h@…> | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Please find attached a patch for
org/openstreetmap/josm/actions/UploadAction.java
org/openstreetmap/josm/gui/history/VersionInfoPanel.java
org/openstreetmap/josm/gui/io/SaveLayersDialog.java
org/openstreetmap/josm/gui/layer/RawGpsLayer.java
that fixes:
1) <html> closing tags that were missing completely or missing the bracket
2) "unsafed" versus "unsaved" typos
Attachments (1)
Change History (2)
Changed 4 years ago by Claudius Henrichs <claudius.h@…>
comment:1 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Patch for closing html tags and "unsafed" typos