diff --git a/htdocs/themes/math4/system.html.ep b/htdocs/themes/math4/system.html.ep index f4a9be8c2d..7720f30c13 100644 --- a/htdocs/themes/math4/system.html.ep +++ b/htdocs/themes/math4/system.html.ep @@ -172,7 +172,7 @@ % } % % # Footer - + <%= include 'ContentGenerator/Base/footer' =%> % diff --git a/lib/WeBWorK/ContentGenerator.pm b/lib/WeBWorK/ContentGenerator.pm index 992597c747..fa6e2fec75 100644 --- a/lib/WeBWorK/ContentGenerator.pm +++ b/lib/WeBWorK/ContentGenerator.pm @@ -122,6 +122,8 @@ async sub go ($c) { my $tx = $c->render_later->tx; + $c->stash->{footerWidthClass} = 'col-12'; + if ($c->can('pre_header_initialize')) { my $pre_header_initialize = $c->pre_header_initialize; await $pre_header_initialize diff --git a/templates/ContentGenerator/Base/footer.html.ep b/templates/ContentGenerator/Base/footer.html.ep index f7d702f285..1a77d2f32a 100644 --- a/templates/ContentGenerator/Base/footer.html.ep +++ b/templates/ContentGenerator/Base/footer.html.ep @@ -1,13 +1,15 @@ -
-
<%= maketext('Page generated at [_1]', $c->timestamp) %>
-