Skip to content

Commit

Permalink
Merge branch 'wip-MDL-46254-m27' of git://github.com/marinaglancy/moo…
Browse files Browse the repository at this point in the history
…dle into MOODLE_27_STABLE
  • Loading branch information
danpoltawski committed Sep 8, 2014
2 parents dc2e48b + f0dd12d commit 9ded19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/clean/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function theme_clean_get_html_for_settings(renderer_base $output, moodle_page $p

$return->footnote = '';
if (!empty($page->theme->settings->footnote)) {
$return->footnote = '<div class="footnote text-center">'.$page->theme->settings->footnote.'</div>';
$return->footnote = '<div class="footnote text-center">'.format_text($page->theme->settings->footnote).'</div>';
}

return $return;
Expand Down

0 comments on commit 9ded19f

Please sign in to comment.