summaryrefslogtreecommitdiffstats
path: root/app/views/projects/list.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/list.rhtml')
-rw-r--r--app/views/projects/list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/list.rhtml b/app/views/projects/list.rhtml
index 0137086d9..69e2c064f 100644
--- a/app/views/projects/list.rhtml
+++ b/app/views/projects/list.rhtml
@@ -10,7 +10,7 @@
<% for project in @projects %>
<tr class="<%= cycle("odd", "even") %>">
<td><%= link_to project.name, :action => 'show', :id => project %>
- <td><%= project.description %>
+ <td><%=h project.description %>
<td align="center"><%= format_date(project.created_on) %>
</tr>
<% end %>