diff --git a/app/views/student_work/_programing_work_show.html.erb b/app/views/student_work/_programing_work_show.html.erb
index d98a9fe0f..ec78835b5 100644
--- a/app/views/student_work/_programing_work_show.html.erb
+++ b/app/views/student_work/_programing_work_show.html.erb
@@ -59,9 +59,9 @@
<% if x["status"].to_i != 0 %>
测试错误!
您的输出:
- <%=x["result"]%>
+ <%=x["result"]%>
正确输出:
- <%=x["output"]%>
+ <%=x["output"]%>
<%=x["result"]%>正确输出: - <%=x["output"]%> +
<%= x["output"] %><% else %> diff --git a/app/views/users/user_commit_homework.html.erb b/app/views/users/user_commit_homework.html.erb index 6f14ce05d..0f3c4810f 100644 --- a/app/views/users/user_commit_homework.html.erb +++ b/app/views/users/user_commit_homework.html.erb @@ -17,9 +17,9 @@ 测试错误! 您的输出: - + 正确输出: - + @@ -95,9 +95,9 @@ <% if x["status"].to_i != 0 %> 测试错误! 您的输出: - <%=x["result"]%> +
<%=x["result"]%>正确输出: - <%=x["output"]%> +
<%=x["output"]%><% else %>