From f767eb109e4d419a08be2bb09c42e43b706ee7b2 Mon Sep 17 00:00:00 2001 From: Michael Bischof Date: Tue, 12 Sep 2023 20:10:18 +0200 Subject: [PATCH] Add missing semicolon in `login-recovery-authn-code-config.ftl` (#23142) --- .../theme/base/login/login-recovery-authn-code-config.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/src/main/resources/theme/base/login/login-recovery-authn-code-config.ftl b/themes/src/main/resources/theme/base/login/login-recovery-authn-code-config.ftl index ef81710be4..03045c5252 100644 --- a/themes/src/main/resources/theme/base/login/login-recovery-authn-code-config.ftl +++ b/themes/src/main/resources/theme/base/login/login-recovery-authn-code-config.ftl @@ -160,7 +160,7 @@ `@page { size: auto; margin-top: 0; } body { width: 480px; } div { list-style-type: none; font-family: monospace } - p:first-of-type { margin-top: 48px }` + p:first-of-type { margin-top: 48px }`; return printFileContent = "" +