Skip to content

Commit

Permalink
Sondermarkierungen in Relation-Labels auswerten
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerning committed Oct 17, 2023
1 parent 42634fd commit 765f989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/fragments/search/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span th:replace="fragments/details :: type-subtype">Term category</span>
</span>
<a th:href="${(#mvc.url('COC#getSingleObjectDetailsPage').arg(0,obj.id)).build()}">
<h2 class="result-list-item-element label bbaw-libertine" th:utext="${#strings.replace(#strings.replace(obj.name,'〉',''),'〈','')}">Theben</h2>
<h2 class="result-list-item-element label bbaw-libertine" th:utext="${{#strings.replace(#strings.replace(obj.name,'〉',''),'〈','')}}">Theben</h2>
</a>
<small class="text-muted text-monospace d-flex" th:text="*{id}">ID</small>
<hr/>
Expand All @@ -22,7 +22,7 @@ <h2 class="result-list-item-element label bbaw-libertine" th:utext="${#strings.r
<span th:replace="fragments/details :: type-subtype">Term category</span>
</span>
<a th:href="${(#mvc.url('TOC#getSingleObjectDetailsPage').arg(0,obj.id)).build()}">
<h2 class="result-list-item-element label bbaw-libertine" th:utext="${#strings.replace(#strings.replace(obj.name,'〉',''),'〈','')}">Theben</h2>
<h2 class="result-list-item-element label bbaw-libertine" th:utext="${{#strings.replace(#strings.replace(obj.name,'〉',''),'〈','')}}">Theben</h2>
</a>
<small class="text-muted text-monospace d-flex" th:text="*{id}">ID</small>
<hr/>
Expand Down

0 comments on commit 765f989

Please sign in to comment.