diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb
index 968ad7588..fcf204500 100644
--- a/app/views/contests/show_attendingcontest.html.erb
+++ b/app/views/contests/show_attendingcontest.html.erb
@@ -312,8 +312,8 @@
<% if ((User.current.id == @contest.author_id) && (@contest.deadline > Date.today))||User.current.admin %>
-
- <%= toggle_link '评奖', c_softapplication.id.to_s %>
+
+ <%= toggle_link '评奖', c_softapplication.id.to_s %>
<%= form_for "set_reward_softapplication",:remote=>true,:url=>set_reward_softapplication_contest_path do |f| %>
@@ -325,10 +325,10 @@
".html_safe %>
- <%= f.submit "提交",:class=>"submit" %>
+ <%= f.submit "提交",:class=>"submit" %>
<% end %>
- |
+
<% end %>