Merge branch 'MDL-45389-master' of https://github.com/lucaboesch/moodle

This commit is contained in:
Jake Dallimore 2018-07-16 10:11:40 +08:00
commit c6150f1104

View File

@ -5590,7 +5590,7 @@ function forum_print_latest_discussions($course, $forum, $maxdiscussions = -1, $
if ($displayformat == 'header') {
echo '<table cellspacing="0" class="forumheaderlist">';
echo '<thead>';
echo '<thead class="text-left">';
echo '<tr>';
echo '<th class="header topic" scope="col">'.get_string('discussion', 'forum').'</th>';
echo '<th class="header author" scope="col">'.get_string('startedby', 'forum').'</th>';