diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 3a33d7c71..22da5e91a 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -52,7 +52,7 @@ module ApplicationHelper
opts[:class] ||= ""
opts[:class] << " self" if defined?(user_signed_in?) && user_signed_in? && current_user.person == person
if person.local?
- "
+ "
#{h(person.name)}
".html_safe
else