Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoGeNintendo committed Jan 11, 2020
1 parent 0c9d53b commit b0fb772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/status.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
Collections.reverse(arr);
for(Submission s:arr){
%>
<tr>
<tr bgcolor="<%=(s.author.equals(session.getAttribute("username"))?"cran":"white")%>">
<td><a href="sview.jsp?id=<%=s.id %>"><%=s.id %></a></td>
<td><%=new Date(s.submitTime) %></td>
<td><%=s.author %></td>
Expand Down

0 comments on commit b0fb772

Please sign in to comment.