diff --git a/prototype/src/main/resources/templates/intern/customers/id.html b/prototype/src/main/resources/templates/intern/customers/id.html
index 30962fc..57263dc 100644
--- a/prototype/src/main/resources/templates/intern/customers/id.html
+++ b/prototype/src/main/resources/templates/intern/customers/id.html
@@ -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>
diff --git a/prototype/src/main/resources/templates/user/orders/index.html b/prototype/src/main/resources/templates/user/orders/index.html
index 35187bd..8067443 100644
--- a/prototype/src/main/resources/templates/user/orders/index.html
+++ b/prototype/src/main/resources/templates/user/orders/index.html
@@ -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>