Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerning committed Aug 23, 2023
1 parent 03bbdfb commit c7ef190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/search/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2 class="result-list-item-element label bbaw-libertine" th:utext="${{'<shortla
<!-- Block view -->
<table class="sentence-line-mode">
<tr th:each="obj : ${searchResults}" class="occ-list-item" th:object="${obj}" th:with="hasGlyphs=*{hasGlyphs},isArtificiallyAligned=*{isArtificiallyAligned},position=*{getContextPosition}">
<td>(<a th:href="${(#mvc.url('SC#getSingleObjectDetailsPage').arg(0,obj.id)).build()}" th:text="${position + 1}">1</a>)</td>
<td>(<a th:href="${(#mvc.url('SC#getSingleObjectDetailsPage').arg(0,obj.id)).build()}" th:text="${position}">1</a>)</td>

<td>
<div class="mt-sm-1 py-sm-1">
Expand Down

0 comments on commit c7ef190

Please sign in to comment.