Skip to content

Commit

Permalink
Bugfix: Parsable Mustache example JSON, resolves #644.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Apr 29, 2024
1 parent b1ccde5 commit b01cd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/course-hint-hidden.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Example context (json):
{
"courseid": "123",
"hintcoursehiddentext: "This course is currently <strong>hidden</strong>. Only enrolled teachers can access this course when hidden.",
"hintcoursehiddentext": "This course is currently <strong>hidden</strong>. Only enrolled teachers can access this course when hidden.",
"showcoursesettingslink": true
}
}}
Expand Down

0 comments on commit b01cd47

Please sign in to comment.