diff --git a/app/views/blocks/profile_info.html.erb b/app/views/blocks/profile_info.html.erb
index 895f3d0..6f73b24 100644
--- a/app/views/blocks/profile_info.html.erb
+++ b/app/views/blocks/profile_info.html.erb
@@ -30,7 +30,7 @@
[ [ profile.city, 'locality' ],
[ profile.state, 'region' ],
[ profile.country_name, 'country-name' ]
- ].map{ |s,c| s =~ /^\s*$/ ? nil : content_tag( 'span', s, :class => c ) }.compact.join ' - '
+ ].map{ |s,c| s =~ /^\s*$/ ? nil : content_tag( 'span', s, :class => c ) }.compact.safe_join ' - '
%>
<% end %>
--
libgit2 0.21.2