-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.1
When activity dates are rendered by the mustache template, it is HTML escaped.
If you have a lang string customisation such as given below, then you see HTML snippets when the date is rendered.
$string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p <strong>(UTC%z)</strong>'; |
The availability conditions, on the other hand, render the html correctly.
- Discovered while testing
-
MDL-78697 Show times with timezone
- Open