-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.11.4
-
None
-
2021061203
-
MOODLE_311_STABLE
When the function to show Showing additional information is used the produced link contains & instead of & for the link parameters. I guess this could be because the moodle_url object is passed directly to the mustache. The default behavior of moodle_url is ->out(true). May be you could do ->out(false) and give the result url as string to the template?