cockpit-project / cockpit-project.github.io

Cockpit Project Website
https://cockpit-project.org/
MIT License
114 stars 192 forks source link

apps: Display title without trailing whitespace #727

Closed deadmeu closed 2 months ago

deadmeu commented 2 months ago

There is a whitespace character trailing the app's title in the https://cockpit-project.org/applications.html page. This appears to be due to the app-title text containing additional newline and whitespace characters: image

I think this change should resolve the issue, though I am unable to test it due to #725.

I'm opening this PR in case the maintainers agree with the fix without requiring me to resolve the testing issue.