]> git.ipfire.org Git - ipfire.org.git/commitdiff
error-pages: Move content to the correct place
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2024 18:34:56 +0000 (18:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jan 2024 18:34:56 +0000 (18:34 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/error-pages/_layouts/error.html

index 5128b2329e77419312845d3ad3afafaa2bcac264..1d32bf5d03f497a8f8dc5a87d5e75ad75aafaf40 100644 (file)
@@ -38,17 +38,17 @@ Content-Type: text/html
                                        {% if page.error-description %}
                                                <p class="subtitle">{{ page.error-code }} &dash; {{ page.error-description }}</p>
                                        {% endif %}
-                               </div>
-                       </div>
 
-                       <div class="block">
-                               <p>
-                                       <code>%[unique-id]</code>
-                               </p>
-                       </div>
+                                       <div class="block">
+                                               <p>
+                                                       <code>%[unique-id]</code>
+                                               </p>
+                                       </div>
 
-                       <div class="content">
-                               {{ content }}
+                                       <div class="content">
+                                               {{ content }}
+                                       </div>
+                               </div>
                        </div>
                </div>
        </body>