diff --git a/myhpi/polls/templates/polls/ranked_choice_poll.html b/myhpi/polls/templates/polls/ranked_choice_poll.html
index db5e4336..df00c2b2 100644
--- a/myhpi/polls/templates/polls/ranked_choice_poll.html
+++ b/myhpi/polls/templates/polls/ranked_choice_poll.html
@@ -21,7 +21,9 @@
data-parent="#options"
class="collapse show">
- {% with field.help_text|markdown as parsed_md %}
{{ parsed_md.0 }}
{% endwith %}
+ {% with field.help_text|markdown as parsed_md %}
+
{{ parsed_md.0 }}
+ {% endwith %}