Closed sullrich84 closed 1 month ago
I'm not sure if it's a bug or misconfiguration but there are spaces before text elements:
"status" { text("HTTP/1.1 200 OK") }
would serilize to
<status> HTTP/1.1 200 OK</status>
The only workaround I found is to use:
unsafeText("<href>HTTP/1.1 200 OK</href>")
Disabling the prettyPrint option solved this issue.
I'm not sure if it's a bug or misconfiguration but there are spaces before text elements:
would serilize to
The only workaround I found is to use: