From b01cd47da2b4aebd7f1a47e143fc722932bf6b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Mon, 29 Apr 2024 09:57:11 +0200 Subject: [PATCH] Bugfix: Parsable Mustache example JSON, resolves #644. --- templates/course-hint-hidden.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/course-hint-hidden.mustache b/templates/course-hint-hidden.mustache index d41d258821b..7fe7aa43059 100644 --- a/templates/course-hint-hidden.mustache +++ b/templates/course-hint-hidden.mustache @@ -27,7 +27,7 @@ Example context (json): { "courseid": "123", - "hintcoursehiddentext: "This course is currently hidden. Only enrolled teachers can access this course when hidden.", + "hintcoursehiddentext": "This course is currently hidden. Only enrolled teachers can access this course when hidden.", "showcoursesettingslink": true } }}