You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when what we really want is "title": "2008 Collisions". This occurs because leading/trailing whitespace in handlebars content is not being fully handled/trimmed during parsing.
The text was updated successfully, but these errors were encountered:
Consider a template like:
And settings like:
We get the result from adlib:
when what we really want is
"title": "2008 Collisions"
. This occurs because leading/trailing whitespace in handlebars content is not being fully handled/trimmed during parsing.The text was updated successfully, but these errors were encountered: