mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-45389-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
c6150f1104
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user