mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
MDL-45389 theme_bootstrapbase: Forum index page alignment in clean.
This commit is contained in:
parent
8c51626841
commit
5cb24d2299
@ -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