rdmorganiser / rdmorganiser/rdmo
Remove empty space between variables and punctuation
Open
@jochenklar is already working on this.
Since Dec 21, 2022.
effort:minor
type:bug
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Rationale / Begründung
After some Django commands, an empty space is generated which separates the output from the following punctuation.
Source:

Output:

This behaviour was observed after {% render_*** ... %} and {% endif %}.
Affected
Users, Managers
Minimal functionality
If possible, the white space should not be inserted.
References / Verweise
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.