#23095 closed defect (fixed)
[PATCH] Missing space after name template output
| Reported by: | matthijs | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Milestone: | 23.08 |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description (last modified by )
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.
Screenshot:
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.
Attachments (2)
Change History (6)
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
comment:1 by , 2 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 2 years ago
| Milestone: | → 23.08 |
|---|
comment:4 by , 2 years ago
| Priority: | normal → trivial |
|---|




Screenshot of the issue