[Bug] Extraneous spaces in HTML #485
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
📄 aspect: text
Concerns the textual material in the repository
🛠 goal: fix
Bug fix
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Description
Due to a combination of string separation to aid translation and HTML formatting via BeautifulSoup4, the published HTML output includes extraneous spaces.
Example:
docs/licenses/by/4.0/legalcode.en.html
lines 559-562:Results in:
Expectation
Extraneous whitespace should not be included in rendered / user-facing text.
Additional context
Requirements
Documentation
Resolution
The text was updated successfully, but these errors were encountered: