Opened 2 years ago
Last modified 2 years ago
#23095 closed defect
[PATCH] Missing space after name template output — at Initial Version
| Reported by: | matthijs | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Milestone: | 23.08 |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
When using a preset for a relation with name_template specified, the output of the name template gets the number of members appended, but no space is inserted after the template. See the attached screenshot for how this looks.
This is a trivial fix, I'll attach a patch to fix it too. Suggested commit message:
add space between relation name_template output and other info
Alternatively, you can cherry-pick this commit from https://github.com/JOSM/josm/pull/75
This came up while working on https://github.com/JOSM/josm/pull/75 and looking at #4596, but since those need some further consideration and this is a trivial fix that can be applied (IMHO) right away, I'm filing a separate issue.
Change History (2)
by , 2 years ago
| Attachment: | Screenshot-20230802002830-498x56.png added |
|---|
by , 2 years ago
| Attachment: | 0001-add-space-between-relation-name_template-output-and-.patch added |
|---|
Patch



Screenshot of the issue