Merge pull request #9692 from open-sausages/pulls/4/remove-boostrap3-class

BUG Remove old boostrap 3 CSS class
This commit is contained in:
Sacha Judd 2020-09-16 11:46:28 +12:00 committed by GitHub
commit 5d38e24dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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";
}
/**