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
This is a bit of a show stopper...the only other way I can see around this is to set the attribute content directly after doing more preprocessing up-front, but that's really annoying.
Hi,
I'm loving enlive, however I have a weird problem with finding and replacing variables inside meta tags.
This is my html.
<meta property="og:title" content="${event-title}" />
When I apply this transformation:
assuming the HTML content is in the file
templates/page-meta.html
I get this problem:Without going through the enlive sources, which I don't really have time for, I'm at a loss to explain this problem?
Any ideas?
Cheers, Jason.
The text was updated successfully, but these errors were encountered: