Merge branch 'MDL-45389-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
This commit is contained in:
+1
-1
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user