diff --git a/50_bubble.py b/50_bubble.py

index 90678d4..e357a9b 100644

--- a/50_bubble.py

+++ b/50_bubble.py

@@ -383,15 +383,17 @@ Bubble is open source:

         else:

             total_votes_msg = f'{total_votes} vote{plural_s(total_votes)} {("was" if total_votes==1 else "were") if show_results else ("have been" if total_votes != 1 else "has been")} cast.\n'



- src = '## Poll Results\n\n' if cur_vote or show_results else '## Poll\n'

+ src = '## Poll Results\n' if cur_vote or show_results else '## Poll\n'

+

         if not show_results:

             if not cur_vote:

                 src += "\nVote for an option:\n"

             elif total_votes == 1 and cur_vote:

                 src += '\nYou have cast the first vote! 🎉\n\n'

                 total_votes_msg = ''

-

- if show_results:

+ else:

+ src += '\n'

+ else:

             src += '\n'



         opt_num = 1

Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/pcdiff/6b555cf8303a84bf1715a9f49f8614b81690238f
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
27.835504 milliseconds
Gemini-to-HTML Time
1.146801 milliseconds

This content has been proxied by September (3851b).