@@ -20,7 +20,7 @@
<div class="keywords">
<div th:each="label,count : ${labels}" th:if="${count.index} le 9">
<a th:labelId="${label.id}" th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}" th:class="${labelId==label.id}?'label-active':''"></a>
- <span th:if="${count.index} le 9"> / </span>
+ <span th:if="${count.index} le 8"> / </span>
</div>