From 8c6c38a006ee9273b06e6931898a206661f625fe 2014-11-04 18:21:08 From: Jean-Philippe Lang Date: 2014-11-04 18:21:08 Subject: [PATCH] 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 --- diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 064066a..2d4fdfc 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -21,7 +21,9 @@ <% @project = project %>
  • <%= link_to_project project %> (<%= format_time(project.created_on) %>) - <%= textilizable project.short_description, :project => project %> +
    + <%= textilizable project.short_description, :project => project %> +
  • <% end %> <% @project = nil %>