|
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
kitchensink-angularjs-bootstrap
kitchensink-backbone
kitchensink-html5-mobile
|