diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index 70ca30961..410ea6ee4 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -11,7 +11,7 @@ <% end %> <% for custom_value in @custom_values %> <% if !custom_value.value.empty? %> -
  • <%= custom_value.custom_field.name%>: <%=h show_value(custom_value) %>
  • +
  • <%=h custom_value.custom_field.name%>: <%=h show_value(custom_value) %>
  • <% end %> <% end %>
  • <%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %>