diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index 8ba36ba..5371bc4 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -11,9 +11,11 @@
<%= textilizable @project.description %>
- <% unless @project.homepage.blank? %>- <%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %>
<% end %>
+ <% unless @project.homepage.blank? %>
+ - <%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)).html_safe %>
+ <% end %>
<% if @subprojects.any? %>
- - <%=l(:label_subproject_plural)%>:
+
- <%=l(:label_subproject_plural)%>:
<%= @subprojects.collect{|p| link_to(h(p), :action => 'show', :id => p)}.join(", ").html_safe %>
<% end %>
<% @project.visible_custom_field_values.each do |custom_value| %>