From 9273bb73acdaffe93333ac14c2acb7c7712207f2 Mon Sep 17 00:00:00 2001 From: Jagan Mohan R Date: Mon, 9 Mar 2026 07:49:04 +0530 Subject: [PATCH] Fix deprecated Bootstrap 4 .ml-auto class for Moodle 5.0 compatibility Moodle 5.0 uses Bootstrap 5, which renamed .ml-* (margin-left) to .ms-* (margin-start). This causes a "Deprecated style in use (.ml)" warning banner on every page. Replaced .ml-auto with .ms-auto in three templates: - drawers.mustache - frontpage.mustache - navbar.mustache Co-Authored-By: Claude Opus 4.6 --- templates/drawers.mustache | 2 +- templates/frontpage.mustache | 2 +- templates/navbar.mustache | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/drawers.mustache b/templates/drawers.mustache index bb756ba..674eddf 100644 --- a/templates/drawers.mustache +++ b/templates/drawers.mustache @@ -109,7 +109,7 @@ {{/courseindex}} {{#hasblocks}} -
+