This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
In HTML5, the <head> element can be omitted. The zend-developer-tools css requires it. #255
Open
2 tasks done
Provide a narrative description of what you are trying to accomplish.
Code to reproduce the issue
In HTML5, the <head> element can be omitted. The following code will validate as HTML5:
However, ZendDeveloperTools\Listener->injectToolbar() requires it to work
Expected results
Styles should be displayed in the html document even if there is no <head> html element when the document is html 5 document.
Actual results
html document does not include zend-developer-tools required css, if <head> element is missing from the layout.
The text was updated successfully, but these errors were encountered: