From fa9705a870434b7423100a679d1a6df0ce12d6a3 Mon Sep 17 00:00:00 2001 From: Leon Stringer Date: Tue, 27 Jun 2023 17:19:48 +0100 Subject: [PATCH] MDL-78596 core_course: Remove divider With courselistshortnames enabled Moodle 3.11 and earlier showed "Category | Short name" on the first line of course cards (for example in block_myoverview). From Moodle 4.0 the category is moved to the last line making the first line "Short name |". This change removes that stray "|". --- course/templates/coursecard.mustache | 1 - 1 file changed, 1 deletion(-) diff --git a/course/templates/coursecard.mustache b/course/templates/coursecard.mustache index d5ea8dc2f67..0fc3e608347 100644 --- a/course/templates/coursecard.mustache +++ b/course/templates/coursecard.mustache @@ -53,7 +53,6 @@
{{{shortname}}}
- {{$divider}}{{/divider}} {{/showshortname}}