|
Description:
|
Commit fixing JDF-647 broke some quickstarts in Internet Explorer. New license headers were inserted before doctype definition in "{{src/main/webapp/index.html}}" file, causing the quickstarts to load in Quirks mode in IE.
"{{<!DOCTYPE html>}}" should be on the first line of the file.
These quickstarts are affected: [kitchensink-angularjs|https://github.com/jboss-developer/jboss-wfk-quickstarts/blob/0f8b3b35575f8888221a90c2c55459fb382203cb/kitchensink-angularjs/src/main/webapp/index.html] [kitchensink-angularjs-bootstrap|https://github.com/jboss-developer/jboss-wfk-quickstarts/blob/0f8b3b35575f8888221a90c2c55459fb382203cb/kitchensink-angularjs-bootstrap/src/main/webapp/index.html] [kitchensink-backbone|https://github.com/jboss-developer/jboss-wfk-quickstarts/blob/0f8b3b35575f8888221a90c2c55459fb382203cb/kitchensink-backbone/src/main/webapp/index.html] [kitchensink-html5-mobile|https://github.com/jboss-developer/jboss-wfk-quickstarts/blob/0f8b3b35575f8888221a90c2c55459fb382203cb/kitchensink-html5-mobile/src/main/webapp/index.html]
contacts-mobile-basic
|