diff --git a/app/views/exercise/_show_head.html.erb b/app/views/exercise/_show_head.html.erb index 8a0c182ce..4cc5a6cf8 100644 --- a/app/views/exercise/_show_head.html.erb +++ b/app/views/exercise/_show_head.html.erb @@ -11,8 +11,6 @@ 测验时长:<%= exercise.time %>分钟 <% end %> -
-    <%= exercise.exercise_description.nil? ? "" :exercise.exercise_description.html_safe%>
-  
+
<%= exercise.exercise_description.nil? ? "" :exercise.exercise_description.html_safe%>
\ No newline at end of file