From 8d3d005c3ebccdb14376c98c79524468a66d17e6 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:01:54 +0100 Subject: [PATCH] Fix 'username unicode characters on login page'. Really strange this one as caused by 'json_encode' in 'quote' method of 'mustache_quote_helper' being called when '!}}' and '{{' not used to make the 'input' tag on one line in the output. --- Changes.md | 2 ++ templates/core/loginform.mustache | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Changes.md b/Changes.md index f217f928..ea852896 100644 --- a/Changes.md +++ b/Changes.md @@ -4,6 +4,8 @@ Version Information Version 402.1.3 - TBR -------------------------- 1. Update theme version of Font Awesome 6 to 6.4.2 from 6.4.0. +2. Fix 'username unicode characters on login page'. Really strange this one as caused by 'json_encode' in 'quote' method + of 'mustache_quote_helper' being called when '!}}' and '{{' not used to make the 'input' tag on one line in the output. Version 402.1.2 - 08/09/23 -------------------------- diff --git a/templates/core/loginform.mustache b/templates/core/loginform.mustache index f623cd25..87bfd480 100644 --- a/templates/core/loginform.mustache +++ b/templates/core/loginform.mustache @@ -133,18 +133,19 @@ {{#str}} usernameemail {{/str}} {{/canloginbyemail}} - +
- +
{{#rememberusername}}