From 5cb24d229989683fd6e6636e1569609f938f7c36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luca=20B=C3=B6sch?= <luca.boesch@bfh.ch>
Date: Wed, 16 May 2018 01:30:37 +0200
Subject: [PATCH] MDL-45389 theme_bootstrapbase: Forum index page alignment in
 clean.

---
 mod/forum/lib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index fa122eabc75..e97ad191c28 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -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>';