-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.3, 5.0
-
MOODLE_405_STABLE, MOODLE_500_STABLE
-
-
-
To reproduce:
- Do something in Mod assign that leads to you getting an email (e.g. make a submission as a student.)
- View the source of the HTML email.
- Cry.
It could be argued that this is a bug, but it has been like this for 13+ years (https://github.com/moodle/moodle/blame/main/mod/assign/locallib.php#L6437) and changing the HTML in emails is risky (e.g. https://stackoverflow.com/questions/4829254/best-practices-for-styling-html-emails was just the first thing I found on Google). Also, the fix done here builds on
MDL-84733, so, all in all, I am doing this as an improvement, to avoid regressions no stable branches.