From a8ed4272cc936f6d32cd535f0b7bc9c5d9f664e7 Mon Sep 17 00:00:00 2001 From: yanxd Date: Mon, 28 Jul 2014 11:03:24 +0800 Subject: [PATCH] =?UTF-8?q?ckeditor:=20=E6=8F=8F=E8=BF=B0=E4=B8=AD?= =?UTF-8?q?=E7=BD=91=E5=9D=80=E5=90=8E=E9=9D=A2=E5=B8=A6=E6=9C=89=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=EF=BC=8Cprojects=E5=88=97=E8=A1=A8=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/_project.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/_project.html.erb b/app/views/projects/_project.html.erb index c057202f8..3c858cce6 100644 --- a/app/views/projects/_project.html.erb +++ b/app/views/projects/_project.html.erb @@ -12,7 +12,7 @@

- <%= textilizable(project.short_description, :project => project) %> + <%= textilizable(project.short_description.strip, :project => project) %>