From 09aa3ad82a9c222e8b0ae222c2c4ed2d8d7a0ef5 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Thu, 10 Feb 2022 09:19:48 +0100 Subject: [PATCH] MDL-73794 theme_boost: set footer background white --- lib/moodlelib.php | 2 +- lib/templates/content/export/external_page.mustache | 2 +- theme/boost/templates/footer.mustache | 4 ++-- theme/boost/templates/secure.mustache | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index ef59760a2aa..007c99064c1 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -9830,7 +9830,7 @@ function get_performance_info() { $info['txt'] .= 'Caches used (hits/misses/sets): 0/0/0 '; } - $info['html'] = '
'.$info['html'].'
'; + $info['html'] = '
'.$info['html'].'
'; return $info; } diff --git a/lib/templates/content/export/external_page.mustache b/lib/templates/content/export/external_page.mustache index d64c4ce722e..30a14b818b7 100644 --- a/lib/templates/content/export/external_page.mustache +++ b/lib/templates/content/export/external_page.mustache @@ -69,7 +69,7 @@ {{$pagecontent}}{{/pagecontent}} -