Closed ralfgoeke closed 3 years ago
@ralfgoeke Thanks for report. There is a breaking change here, you need to use like that {< page.htmlTest >}
Several blueprint options that use the query syntax were updated to escape the placeholder values against raw HTML output that may lead to XSS attacks. HTML code directly in the query (like This is {{ page.important }}) still works as normal. If placeholders need to return HTML, you can use the new {< site.myMethodWithHtml >} syntax. In this case you need to ensure manually that the returned HTML code is safe. With the {{ }} syntax, Kirby performs the escaping for you.
Damn, I overlooked that one. Thanks for the headsup and sorry for the extra work. 🥴
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Text should be rendered as HTML, like it worked before, until beta.3
Screenshots
Kirby Version
3.6.0-beta.3