src/main/kotlin/de/uapcore/lightpit/AbstractServlet.kt

changeset 414
1f1bce90127e
parent 406
2c0c9a4f81e2
--- a/src/main/kotlin/de/uapcore/lightpit/AbstractServlet.kt	Fri Feb 20 16:30:17 2026 +0100
+++ b/src/main/kotlin/de/uapcore/lightpit/AbstractServlet.kt	Sat Feb 21 13:41:41 2026 +0100
@@ -192,7 +192,6 @@
         // if this is an error path, bypass the normal flow
         if (fullPath.startsWith("/error/")) {
             val http = HttpRequest(null, req, resp)
-            http.styleSheets = listOf("error")
             http.render("error")
             return
         }

mercurial