summaryrefslogtreecommitdiffstats
path: root/app/views/account
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-17 14:22:09 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2006-12-17 14:22:09 +0000
commit918123cd0663803a6e392c6c9ce209d10c8e5603 (patch)
tree86cff407524e2d7fc6d987aebbea0fcda90e2076 /app/views/account
parent2b86ef8e28d0e5376197391c29a8fb302f14820f (diff)
downloadredmine-918123cd0663803a6e392c6c9ce209d10c8e5603.tar.gz
redmine-918123cd0663803a6e392c6c9ce209d10c8e5603.zip
* code and views cleaning
* javascript added on custom field form to show/hide fields according to the format of custom field git-svn-id: http://redmine.rubyforge.org/svn/trunk@100 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/account')
-rw-r--r--app/views/account/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml
index 985238951..c686b709c 100644
--- a/app/views/account/show.rhtml
+++ b/app/views/account/show.rhtml
@@ -6,7 +6,7 @@
<li><%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %></li>
<% for custom_value in @custom_values %>
<% if !custom_value.value.empty? %>
- <li><%= custom_value.custom_field.name%>: <%= show_value(custom_value) %></li>
+ <li><%= custom_value.custom_field.name%>: <%=h show_value(custom_value) %></li>
<% end %>
<% end %>
</ul>