BUG Remove old boostrap 3 CSS class

This commit is contained in:
Maxime Rainville 2020-09-16 11:03:27 +12:00
parent ab50e2cc51
commit acce4c4ce7

View File

@ -387,7 +387,7 @@ class DebugView
$line = $caller['line'];
$header .= "<b>Debug (line {$line} of {$file}):</b>\n";
}
return "<p class=\"message warning\">\n" . $header . Convert::raw2xml($message) . "</p>\n";
return "<p class=\"alert alert-warning\">\n" . $header . Convert::raw2xml($message) . "</p>\n";
}
/**