Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a bug
-
Affects Version/s: 3.5.7
-
Fix Version/s: None
-
Component/s: HTML and CSS
-
Labels:
-
Affected Branches:MOODLE_35_STABLE
Description
After update moodle 3.5.4 to moodle 3.5.7+.
when I add for example a page or label resource with html code (button, style) inside the html code is not visible for user with role manager, teacher and student. For admin and guest it is visible.
For example when add code like:
<button class="btn btn-primary" type="submit">Show</button> |
admin and guest see button
manager, teacher and student see only text Show