Skip to content

Commit

Permalink
Merge pull request #2 from goofmint/patch-1
Browse files Browse the repository at this point in the history
Change html escape to false
  • Loading branch information
wozozo committed Oct 17, 2017
2 parents 2eb2c7e + a6ec066 commit 4217abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra/app.rb
Expand Up @@ -7,7 +7,7 @@
Payjp.api_key = settings.secret_key

configure do
set :erb, escape_html: true
set :erb, escape_html: false
end

get '/' do
Expand Down

0 comments on commit 4217abd

Please sign in to comment.