fixing auto-html formatting for good

This commit is contained in:
Jonathan R. Wallace 2010-06-28 23:08:37 -04:00 committed by Mike Mangino
parent 36bc1b2b0a
commit a112efbf5c

2
README
View File

@ -44,7 +44,7 @@ shared login partial.
# here we instruct facebook to ask the user for permission for our website # here we instruct facebook to ask the user for permission for our website
# to access the user's facebook email and birthday # to access the user's facebook email and birthday
%> %>
<%= fb_login_and_redirect('http://&lt;your URL here>', :perms => 'email,user_birthday') %> <%= fb_login_and_redirect('<your URL here>', :perms => 'email,user_birthday') %>
<%= fb_logout_link("Logout of fb", request.url) %><br /> <%= fb_logout_link("Logout of fb", request.url) %><br />
<% end %> <% end %>