Resolve Bootstrap 5.3 deprecations

This commit is contained in:
Sebastian Serth
2023-07-02 18:49:05 +02:00
parent 53ff809430
commit aab3b95a1d
6 changed files with 8 additions and 8 deletions

View File

@ -221,7 +221,7 @@ CodeOceanEditorEvaluation = {
if (sanitizedStdout === '' && sanitizedStderr === '') {
if (colorize) {
pre.addClass('text-muted');
pre.addClass('text-body-secondary');
}
pre.text($('#output').data('message-no-output'))
}