From 486c78b557908b713e7e4796d0d27c13f46aa8da Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 23 Jul 2024 20:52:20 +0200 Subject: [PATCH] Bugfix: Fix unparsable example JSON in Mustache template --- CHANGES.md | 4 ++++ templates/core/loginform.mustache | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 78afd6dcd43..c874f3f261c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_union Changes ------- +### Unreleased + +* 2024-07-23 - Bugfix: Fix unparsable example JSON in Mustache template + ### v4.4-r1 * 2024-07-15 - Development: Rename master branch to main, please update your clones. diff --git a/templates/core/loginform.mustache b/templates/core/loginform.mustache index 4cbf95b5177..84edaf42614 100644 --- a/templates/core/loginform.mustache +++ b/templates/core/loginform.mustache @@ -96,7 +96,7 @@ "maintenance": "For full access to this site, you need to login in as an admin.", "languagemenu": "Choose language", "togglepassword": true, - "smallscreensonly": true + "smallscreensonly": true, "showlocallogin": true, "showlocalloginintro": true, "showidploginintro": true