add missing "|"

This commit is contained in:
Jannik 2020-06-17 18:43:06 +02:00
parent e6c068e71a
commit 2442a477c8
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<div class="sidebar-layout content-width">
<nav></nav>
<div>
<h1 th:text="|Kunde ${user.id}"></h1>
<h1 th:text="|Kunde ${user.id}|"></h1>
<script th:src="@{/js/back.js}"></script>
<div class="back" data-group="intern" data-insert="true"></div>

View File

@ -25,7 +25,7 @@
<h2>Mit diesem Account wurden noch keine Bestellungen getätigt.</h2>
</div>
<div th:if="${!orders.isEmpty()}" th:each="order: ${orders}">
<h2 id="20202701" th:text="|Bestellung vom ${order.formatCreated()}" />
<h2 id="20202701" th:text="|Bestellung vom ${order.formatCreated()}|" />
<div>
<table class="key-value">
<tr>