fix wrong closing tags in customerOrder/id.html

This commit is contained in:
Jannik 2020-06-10 19:12:34 +02:00
parent 6b8bf25e0e
commit 7f643987f3
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 4 additions and 4 deletions

View File

@ -63,14 +63,14 @@
<th>Preis (Brutto)</th>
</tr>
<tr>
<td><a th:href="@{/shop/articles/4151}"><img th:src="@{/img/product-1.jpg}" class="s"/><a></td>
<td><a th:href="@{/shop/articles/4151}">Kamera<a/></td>
<td><a th:href="@{/shop/articles/4151}"><img th:src="@{/img/product-1.jpg}" class="s"/></a></td>
<td><a th:href="@{/shop/articles/4151}">Kamera</a></td>
<td> 1</td>
<td>100,50&nbsp;EUR</td>
</tr>
<tr>
<td><a th:href="@{/shop/articles/4151}"><img th:src="@{/img/product-2.jpg}" class="s"/><a/></td>
<td><a th:href="@{/shop/articles/4151}">Earbuds<a/></td>
<td><a th:href="@{/shop/articles/4151}"><img th:src="@{/img/product-2.jpg}" class="s"/></a></td>
<td><a th:href="@{/shop/articles/4151}">Earbuds</a></td>
<td> 3</td>
<td>63,95&nbsp;EUR</td>
</tr>