Fix cache source URL list

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 006c8f7b9b
commit 38be1905cb
  1. 2
      archive/src/main/resources/org/openrs2/archive/templates/caches/show.html

@ -37,7 +37,7 @@
<td>
<ul>
<li th:each="url : ${cache.urls}">
<a th:href="${url}">${url}</a>
<a th:href="${url}" th:text="${url}">https://www.example.com/</a>
</li>
</ul>
</td>

Loading…
Cancel
Save