mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9692 from open-sausages/pulls/4/remove-boostrap3-class
BUG Remove old boostrap 3 CSS class
This commit is contained in:
commit
5d38e24dd7
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user