BlackPepperSoftware / thymeleaf-fragment.js

Process Thymeleaf fragments in the browser.
Apache License 2.0
8 stars 3 forks source link

th:include should only insert fragment contents #12

Closed markhobson closed 7 years ago

markhobson commented 7 years ago

th:include currently works like the new th:insert tag - it inserts the fragment root element and its contents. The correct behaviour is to only insert the fragment's root element contents.