Merge branch 'MDL-87111-500' of https://github.com/paulholden/moodle into MOODLE_500_STABLE

This commit is contained in:
Huong Nguyen
2025-11-17 15:31:42 +07:00
+1 -1
View File
@@ -185,7 +185,7 @@ class text_filter extends \core_filters\text_filter {
}
// Build the output.
$anchorcontents = "<img class=\"texrender\" $title alt=\"$alt\" src=\"";
$anchorcontents = "<img class=\"texrender rounded-0\" $title alt=\"$alt\" src=\"";
if ($CFG->slasharguments) {
// Use this method if possible for better client-side caching.
$anchorcontents .= "$CFG->wwwroot/filter/tex/pix.php/$imagefile";