-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5
-
MOODLE_405_STABLE
-
- Open a page with a table, that has a 'hr'/ tabledivider built with html_writer.
- View page source and look for 'tabledivider'
- You should see a <tr> open and close around it.
In the html_writer a <tr> is missing for the tabledivider. Thing is modern browsers are fixing it, but technically its a bug.