mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[Problem] MPF adds additional linebreaks to Contents field #376
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FoxhackDN on GitHub (Jan 1, 2022).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
MPF2.2 pulls the contents from Redump's servers if there's a match. If there's
tags in there, followed by linebreaks, it will display the text with two linebreaks instead of one.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No double linebreaks
Additional context
The text should be sanitized to turn a
followed by a linebreak into a single linebreak.