Skip to content

Commit

Permalink
remove hall of fame img filter by id
Browse files Browse the repository at this point in the history
  • Loading branch information
lonemadmax committed Sep 23, 2018
1 parent 9b30f2f commit 23968d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions freeciv-web/src/main/webapp/WEB-INF/jsp/game/hall_of_fame.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@
<td style="text-align: right;" title="Score of this player in all games"><c:out value="${item.total_score}"/></td>
<td style="text-align: right;" title="Score of this player in this game"><c:out value="${item.score}"/></td>
<td>
<c:if test="${item.id gt 210}">
<a href="/data/mapimgs/<c:out value="${item.id}"/>.gif">
<img src="/data/mapimgs/<c:out value="${item.id}"/>.gif" width="70" height="40">
</a>
</c:if>
</td>
</tr>
</c:forEach>
Expand Down

0 comments on commit 23968d0

Please sign in to comment.