From 9ffaf19d89b24589f4f4ec1211881102cafc7370 Mon Sep 17 00:00:00 2001 From: crystal <71373843+CrystalCommunication@users.noreply.github.com> Date: Thu, 12 Jan 2023 07:52:05 -0700 Subject: [PATCH] fix wrong theme class when logged out if default theme is changed (#22408) If you don't use the `auto` theme as the default, the `` tag has `theme-auto` as it's class when users are logged out. This PR changes it to use the correct theme class for the default theme when logged out. --- templates/base/head.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index e2fc8434aa..36c4fafd2b 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -1,5 +1,5 @@ - +