Skip to content

Commit

Permalink
Fix invalid HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Apr 23, 2024
1 parent 77f25b4 commit 3e8b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/decidim/account/_old_password_field.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ old_password_options = {
}
old_password_options[:help_text] = t("devise.passwords.edit.old_password_help") if local_assigns.has_key?(:show_help_text) && show_help_text
%>
<div div class="columns small-12 end radius margin-top-3 <%= "hide" unless local_assigns.has_key?(:unhide) %>" id="old_password_field" data-toggler=".hide">
<div class="columns small-12 end radius margin-top-3 <%= "hide" unless local_assigns.has_key?(:unhide) %>" id="old_password_field" data-toggler=".hide">
<%= form.password_field :old_password, **old_password_options %>
</div>

0 comments on commit 3e8b820

Please sign in to comment.