BlackPepperSoftware / thymeleaf-fragment.js

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

Bug: Doesn't work when spaces around fragment delimiter "::" #5

Closed dhait closed 7 years ago

dhait commented 8 years ago

This doesn't work:

<div th:replace="fragments/header :: header">

But this does:

<div th:replace="fragments/header::header">
markhobson commented 7 years ago

Apologies for the delay in fixing this. We now trim whitespace within the fragment spec so the following should be equivalent: