diff --git a/app/views/shared/_profile_suggestions_list.html.erb b/app/views/shared/_profile_suggestions_list.html.erb
index c22f671..d34d4db 100644
--- a/app/views/shared/_profile_suggestions_list.html.erb
+++ b/app/views/shared/_profile_suggestions_list.html.erb
@@ -11,7 +11,7 @@
<%= link_to_profile profile_image(s.suggestion, :minor) + '
' + s.suggestion.short_name,
s.suggestion.identifier, :class => 'profile-link' %>
<%= button_without_text :help, content_tag('span',_('info about suggestion')),
- { :action => '#' },
+ '#',
:class => 'explain-suggestion',
:title => _('Why this suggestion?') %>