diff options
-rw-r--r-- | app/views/projects/show.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index c47a44364..e98c3504c 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -7,7 +7,9 @@ <h2><%=l(:label_overview)%></h2> <div class="splitcontentleft"> - <%= textilizable @project.description %> + <div class="wiki"> + <%= textilizable @project.description %> + </div> <ul> <% unless @project.homepage.blank? %><li><%=l(:field_homepage)%>: <%= auto_link(h(@project.homepage)) %></li><% end %> <% if @subprojects.any? %> |