summaryrefslogtreecommitdiffstats
path: root/app/views/projects/show.rhtml
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/projects/show.rhtml
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/projects/show.rhtml')
-rw-r--r--app/views/projects/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml
index 46f17d9b9..d5da126e2 100644
--- a/app/views/projects/show.rhtml
+++ b/app/views/projects/show.rhtml
@@ -1,7 +1,7 @@
<h2><%=l(:label_overview)%></h2>
<div class="splitcontentleft">
- <%= simple_format(auto_link(h @project.description)) %>
+ <%= simple_format(auto_link(h(@project.description))) %>
<ul>
<% unless @project.homepage.empty? %><li><%=l(:field_homepage)%>: <%= auto_link @project.homepage %></li><% end %>
<li><%=l(:field_created_on)%>: <%= format_date(@project.created_on) %></li>