Merge branch 'MDL-67684-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Jun Pataleta 2020-01-22 10:38:13 +08:00
commit 48298a9b3a

View File

@ -9512,7 +9512,7 @@ function get_performance_info() {
$mode = ' <span title="request cache">[r]</span>';
break;
}
$html .= '<ul class="cache-definition-stats list-unstyled ml-1 mb-1 cache-mode-'.$modeclass.' card d-inline-block">';
$html .= '<li class="d-inline-flex"><ul class="cache-definition-stats list-unstyled ml-1 mb-1 cache-mode-'.$modeclass.' card d-inline-block">';
$html .= '<li class="cache-definition-stats-heading p-t-1 card-header bg-dark bg-inverse font-weight-bold">' .
$definition . $mode.'</li>';
$text .= "$definition {";
@ -9535,7 +9535,7 @@ function get_performance_info() {
$html .= "<li class=\"cache-store-stats $cachestoreclass p-x-1\">&nbsp;</li>";
}
}
$html .= '</ul>';
$html .= '</ul></li>';
$text .= '} ';
}
$html .= '</ul> ';