1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-04 06:39:38 +00:00

Fixed that there's no space after lists in project description (#2573).

git-svn-id: http://svn.redmine.org/redmine/trunk@13554 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-11-04 18:21:08 +00:00
parent 55040b0e41
commit 8c6c38a006

View File

@ -21,7 +21,9 @@
<% @project = project %>
<li>
<%= link_to_project project %> (<%= format_time(project.created_on) %>)
<%= textilizable project.short_description, :project => project %>
<div class="wiki">
<%= textilizable project.short_description, :project => project %>
</div>
</li>
<% end %>
<% @project = nil %>