MS IZ small webfinger bug fixes

This commit is contained in:
maxwell 2010-07-15 16:59:22 -07:00
parent 5dea277294
commit 9119d8af93

View file

@ -11,7 +11,7 @@ class PublicsController < ApplicationController
end
def webfinger
@user = Person.first(:email => params[:q].gsub('acct:', '')]
@user = Person.first(:email => params[:q].gsub('acct:', ''))
render 'webfinger', :layout => false, :content_type => 'application/xrd+xml'
end