From 5405097dadcbd836f9a32844533a26102521a67f Mon Sep 17 00:00:00 2001 From: Peter Ehrlich Date: Fri, 24 Oct 2014 13:43:20 -0700 Subject: [PATCH] Add html_safe to `get_disqus_sso` output Necessary to prevent quote esaping --- sso/ruby/sso.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sso/ruby/sso.rb b/sso/ruby/sso.rb index 8a75fbe..f7a768d 100644 --- a/sso/ruby/sso.rb +++ b/sso/ruby/sso.rb @@ -30,5 +30,5 @@ def get_disqus_sso(user) this.page.remote_auth_s3 = \"#{message} #{sig} #{timestamp}\"; this.page.api_key = \"#{DISQUS_PUBLIC_KEY}\"; } - " + ".html_safe end