Adobe-Marketing-Cloud / aem-sample-we-retail

🚫 We.Retail has been archived, see instead the WKND Guide:
https://github.com/adobe/aem-guides-wknd
Apache License 2.0
123 stars 141 forks source link

Question: XF body.html contains <!DOCTYPE html> #158

Closed JasonUSC closed 5 years ago

JasonUSC commented 5 years ago

We noticed that the body.html We.Retail code contains a <!DOCTYPE html> declaration at the top of the template, even though body.html typically gets included inside a page that already has this declaration. Is this intentional or an error? /apps/weretail/components/structure/xfpage/body.html

The body.html file in libs/cq is completely empty so we have doubts that it serves a purpose. /libs/cq/experience-fragments/components/experiencefragment/body.html

andreeadracea commented 5 years ago

@JasonUSC, indeed this is an error. I created an internal issue for solving this error (CQ-4259204)

andreeadracea commented 5 years ago

This problem got solved in master branch