diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml
index c47a4436..e98c3504 100644
--- a/app/views/projects/show.rhtml
+++ b/app/views/projects/show.rhtml
@@ -7,7 +7,9 @@
- <%= textilizable @project.description %>
+
+ <%= textilizable @project.description %>
+
<% unless @project.homepage.blank? %>- <%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %>
<% end %>
<% if @subprojects.any? %>