From 8c6c38a006ee9273b06e6931898a206661f625fe Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 4 Nov 2014 18:21:08 +0000 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 --- app/views/welcome/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 064066ad7..2d4fdfc05 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 %>