Skip to content

Commit

Permalink
Fixing for here doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
robl authored and mmangino committed Mar 10, 2011
1 parent 812233d commit d91ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebooker2/rails/helpers/javascript.rb
Expand Up @@ -25,7 +25,7 @@ def fb_connect_async_js(app_id=Facebooker2.app_id,options={},&proc)
appId : '#{app_id}',
status : #{status}, // check login status
cookie : #{cookie}, // enable cookies to allow the server to access the session
<% unless channel_url.blank? %>channelUrl : '#{channel_url}', // add channelURL to avoid IE redirect problems
#{"channelUrl : '#{channel_url}', // add channelURL to avoid IE redirect problems" unless channel_url.blank?}
xfbml : #{xfbml} // parse XFBML
});
#{extra_js}
Expand Down

0 comments on commit d91ecb9

Please sign in to comment.