#5316 Extra whitespace in "packages" on src.fedoraproject.org home page
Closed: Fixed by wombelix. Opened by bollos.

The home page of the src.fedoraproject.org website has an extra whitespace in the word "packages" that makes it look like "package s".

This is because the HTML has an extra whitespace in the h3 tag:

<h3 class="m-0 font-weight-bold">
  All Package s <span class="badge badge-secondary">35555</span>
</h3>

indeed, it's still there... sounds like a nice quickfix for 5.14

Metadata Update from @wombelix:
- Issue set to the milestone: 5.14

Metadata Update from @wombelix:
- Issue assigned to wombelix

Commit 22e68c18 fixes this issue

Metadata
Related Pull Requests