Skip to content

Commit

Permalink
MDL-45389 theme_bootstrapbase: Forum index page alignment in clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Jul 13, 2018
1 parent 8c51626 commit 5cb24d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
Expand Down

0 comments on commit 5cb24d2

Please sign in to comment.