When I want to include the footer from inside a comment, the whole HTML text is included, not only the body part. The documentation suggests that by default only the body part will be there.
<!-- FOOTER [onload;file='footer.html';comm] --> |
When I add a separate command, it works as expected, that is, only the part between the body tags is there.
<!-- FOOTER [onload;file='footer.html';getbody=body;comm] --> |
Only when looking into the source, this became noticeable, since browsers ignore additional head and body tags (but do display the content between the additional body tag).