Closed sandrodz closed 4 years ago
Hello, I'm pretty sure quote
does not content Metreveli's
but an already escaped string. And that would be the cause: it's escaped twice.
As you may see, if quote
actually contains what you say, it works fine:
- quote = "Metreveli's"
div(class="bg-t3 c-p70 pv-m pv-l@m ph-s ph-l@m fz-24 fz-36@m lh-xxs g-b fb1/1 fb1/2@m")= quote
You are absolutely right. Sorry.
Hi,
string content:
is rendered:
obviously adding !=quote fixes this. But why are
'
and other enttities escaped?