Closed dawidof closed 8 years ago
Had the same problem. If you use some template engine you should check html escaping. I use slim, it escapes html by default I think gretel should deal with it and make something like html_safe
after rendering.
just add before breadcrumb
= raw
@dawidof, @madeinussr thanks for the report. I'll close this since it doesn't appear to be a Gretel issue.
In development everything is great, but in production it shows
It shows like a html code, not like links.