mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 03:52:31 +00:00
* Fixes paper formatting on vote box tallies, for democracy. (#73639) In the spirit of AnturK's original PR the voting season, I present to you: Fixing a piece of paper. Due to using DM's multiline template formatting, the `<div>` for the header started with double tab. Markdown interpreted that as a code block, quote: > [Code blocks](https://www.markdownguide.org/basic-syntax/#code-blocks) are normally indented four spaces or one tab. When they’re in a list, indent them eight spaces or two tabs. So I just changed a line of code, then messed around with some other formatting. * Fixes paper formatting on vote box tallies, for democracy. --------- Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>