diff --git a/app/views/messages/_form_course.html.erb b/app/views/messages/_form_course.html.erb
index 7b5d47c71..ba8abcfaa 100644
--- a/app/views/messages/_form_course.html.erb
+++ b/app/views/messages/_form_course.html.erb
@@ -9,7 +9,7 @@
<% else %>
<%= f.text_field :subject, { size: 60, id: "message_subject", onkeyup: "regexSubject();",:class=>"talk_input w585" }.merge(extra_option) %>
<% end %>
-
+
<% unless replying %>
@@ -30,7 +30,7 @@
<%= text_area :quote,:quote,:style => 'display:none' %>
<%= f.text_area :content, :class => 'talk_text fl', :id => 'message_content', :onkeyup => "regexContent();", :maxlength => 5000,:placeholder => "最多3000个汉字(或6000个英文字符)" %>
-
+
diff --git a/app/views/news/_course_form.html.erb b/app/views/news/_course_form.html.erb
index 54d0a1b69..b32401d7c 100644
--- a/app/views/news/_course_form.html.erb
+++ b/app/views/news/_course_form.html.erb
@@ -1,12 +1,12 @@
-
+
-
+