-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.7
-
MOODLE_27_STABLE
using Moodle 2.7+ (Build: 20140605) with theme based on bootstrap, viewing a course content page.
it seems that $OUTPUT->htmlattributes(); is outputting a non-allowed tag – div.
see:
<html dir="ltr" lang="en" xml:lang="en" class="yui3-js-enabled">
|
<div id="yui3-css-stamp" style="position: absolute !important; visibility: hidden !important" class=""></div>
|
<head>
|
…
|
as far as i know, the <div> element should only be a child of <body> tags.
I tried the w3c validator on the HTML and it caused loads of errors.
to recreate, view source of a course content page.
- duplicates
-
MDL-33365 Core renderer outputting invalid HTML
-
- Closed
-