Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.9.8, 3.10.5, 3.11.1
-
None
-
None
Description
It is possible to add custom course fields with text input. This input allows storing multi-lang HTML code.
It will be processed afterwards correctly in the user profile but not on the participants table, when the admin adds this field as user identity to be listed (setting: showuseridentity).
Instead of using the s($var) function we should use the format_string($var) function.