From 3ddba8660e8e98548ac7c3078a8b2f0b7112f2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 15 May 2024 01:06:00 +0200 Subject: [PATCH] Fix "more info" heading We were using an

tag when there was no

tag before it. --- app/views/polls/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/polls/show.html.erb b/app/views/polls/show.html.erb index 3feae7f1e..808ae2816 100644 --- a/app/views/polls/show.html.erb +++ b/app/views/polls/show.html.erb @@ -38,7 +38,7 @@
-

<%= t("polls.show.more_info_title") %>

+

<%= t("polls.show.more_info_title") %>

<%= auto_link_already_sanitized_html simple_format(@poll.description) %>