Skip to content

Commit

Permalink
mark helper output as html_safe
Browse files Browse the repository at this point in the history
  • Loading branch information
neophiliac committed Dec 1, 2010
1 parent 06a34dd commit ed1bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplepay/helpers/rails_helper.rb
Expand Up @@ -22,7 +22,7 @@ module RailsHelper
#
def simplepay_form_for(service_name, attributes = {}, submit_tag = nil)
service = get_simplepay_service(service_name)
service.form(attributes, submit_tag)
service.form(attributes, submit_tag).html_safe
end


Expand Down

0 comments on commit ed1bd58

Please sign in to comment.