mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Remove deprecated fragment syntax
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="card download-card-block" th:insert="fragments/downloads :: downloads"></section>
|
||||
<section class="card download-card-block" th:insert="~{fragments/downloads :: downloads}"></section>
|
||||
</div>
|
||||
<script src="/js/cookie-consent.js"></script>
|
||||
<script src="/js/csrf.js"></script>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<section class="download-section" th:insert="fragments/downloads :: downloads"></section>
|
||||
<section class="download-section" th:insert="~{fragments/downloads :: downloads}"></section>
|
||||
|
||||
<footer class="landing-meta">
|
||||
<div class="build-chip">
|
||||
|
||||
Reference in New Issue
Block a user