From e6c72183a679fdb9f651eae58819c07fa987b177 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Wed, 11 Jun 2025 22:44:24 +0100 Subject: [PATCH] MDL-85759 qbank_history: define core `t/log` fontawesome icon mapping. Its lack of existence caused question action menu misalignment. --- lib/classes/output/icon_system_fontawesome.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php index b7830788a36..55fa62b61ea 100644 --- a/lib/classes/output/icon_system_fontawesome.php +++ b/lib/classes/output/icon_system_fontawesome.php @@ -416,6 +416,7 @@ class icon_system_fontawesome extends icon_system_font { 'core:t/life-ring' => 'fa-life-ring', 'core:t/lock' => 'fa-unlock', 'core:t/locked' => 'fa-lock', + 'core:t/log' => 'fa-history', 'core:t/markasread' => 'fa-check', 'core:t/message' => 'fa-message', 'core:t/messages' => 'fa-comments',