Skip to content

Commit

Permalink
Adds <meta> for UTF in form. Hopefully closes omniauth#550
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Apr 12, 2012
1 parent bcd891a commit 8e48c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/omniauth/form.rb
Expand Up @@ -151,6 +151,7 @@ def header(title,header_info)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>#{title}</title>
#{css}
#{header_info}
Expand Down

0 comments on commit 8e48c7b

Please sign in to comment.