add missing "|"
This commit is contained in:
		@ -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>
 | 
			
		||||
 | 
			
		||||
@ -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>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user