-
Bug
-
Resolution: Fixed
-
Major
-
2.9
-
MOODLE_29_STABLE
-
MOODLE_29_STABLE
-
- Make sure that tags in /user/view.php are balanced, test on different themes, including bootstrap 3 theme (see description)
- Run html validator on page (be careful about content related issuses)
Gareth reported an issue on the bootstrap 3 theme (https://github.com/bmbrands/theme_bootstrap/issues/371) showing a user profile page with a broken grid layout.
The cause of the issue is a missing closing div in /user/view.php
There are 2 starting divs on line 194, 210.
Just one closing div on line 231.
This does not show in bootstrap 2 based themes but will break the bootstrap 3 based themes.
See https://github.com/moodle/moodle/blob/master/user/view.php#L194..L231
- will be (partly) resolved by
-
MDLSITE-4117 Run HTML validator on all pages output visited by behat
-
- Open
-