Fix missing spacing around Hangar plugin counts#333
Conversation
|
Hi, thanks for the first contribution. Looks like the Paper page has the same issue. |
|
Hey there! Thanks for the feedback. I've fixed the Paper page as well and resolved the failing checks. It should be good to go now. |
|
Looks like this value also has this issue: https://github.com/PaperMC/website/blob/main/src/pages/index.astro#L94 |
| <a class="text-blue-500 hover:text-blue-400 hover:underline" href="/software/velocity"> | ||
| Velocity | ||
| </a>. | ||
| <a class="text-blue-500 hover:text-blue-400 hover:underline" href="/software/velocity">Velocity</a>. | ||
| For more information see the | ||
| <a | ||
| class="text-blue-500 hover:text-blue-400 hover:underline" | ||
| href="/news/announcing-the-end-of-life-of-waterfall" | ||
| rel="noopener" | ||
| > | ||
| announcement | ||
| </a>. | ||
| >announcement</a | ||
| >. |
There was a problem hiding this comment.
Maybe im blind but i dont see any difference here for the current site and the preview.
There was a problem hiding this comment.
This section just looks like code reformatting - I guess this area of weird HTML behavior...
There was a problem hiding this comment.
im dump i check the software page and not the downloads page xd
|
the only thing im not sure its formats like. >announcement</a
>.not sure if @darbyjack has any comment for this. |

This PR fixes missing whitespace around the Hangar plugin count text on the Folia and Velocity pages.
Pages affected:
Before the changes:
View over100different pluginsView over380different pluginsAfter the changes:
View over 100 different pluginsView over 380 different plugins