Skip to content

Commit

Permalink
Merge pull request #26 from kpthomas/patch-1
Browse files Browse the repository at this point in the history
Fix invalid HTML
  • Loading branch information
hisea committed Sep 11, 2015
2 parents 6226ff6 + b1cd8ce commit d60e349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/devise_bootstrap_views_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def bootstrap_devise_error_messages!
html = <<-HTML
<div class="alert alert-danger alert-block">
<button type="button" class="close" data-dismiss="alert"></button>
<h5>#{sentence}</h4>
#{messages}
<h5>#{sentence}</h5>
<ul>#{messages}</ul>
</div>
HTML

Expand Down

0 comments on commit d60e349

Please sign in to comment.