Skip to content

Commit

Permalink
boxlets/poll: поправил отображения ссылки на результаты для опросов б…
Browse files Browse the repository at this point in the history
…ез мультивыбора
  • Loading branch information
maxcom committed Nov 12, 2011
1 parent 1e8c6fa commit 98d1f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/boxlets/poll.jsp
Expand Up @@ -44,7 +44,7 @@
<c:if test="${poll.multiSelect}">
<a href="${vote_url}">результаты</a> (${count}/${countUsers} голосов)
</c:if>
<c:if test="not ${poll.multiSelect}">
<c:if test="${not poll.multiSelect}">
<a href="${vote_url}">результаты</a> (${count} голосов)
</c:if>
<br/>
Expand Down

0 comments on commit 98d1f2e

Please sign in to comment.