From d56cac1639d753998aa3ab020741776d761c8665 Mon Sep 17 00:00:00 2001 From: Dis McCarthy Date: Thu, 16 Jun 2011 11:33:56 -0400 Subject: [PATCH] List diaspora id on profile pics, courtesy diasporg --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index c1f74e17c..c2057bc99 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -54,7 +54,7 @@ module ApplicationHelper end def person_image_tag(person, size=:thumb_small) - "\"#{h(person.name)}\"".html_safe + "\"#{h(person.name)}\"".html_safe end def person_link(person, opts={})