diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb index 75030797b..76e4990a5 100644 --- a/app/views/memos/show.html.erb +++ b/app/views/memos/show.html.erb @@ -46,7 +46,7 @@ -
<%= label_tag l(:field_subject) %>: <%=h @memo.subject %>
+
<%= label_tag l(:field_subject) %>: <%=h @memo.subject %>
<%= textAreailizable(@memo,:content) %>