nystudio107 / craft-typogrify

Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more

Home Page:https://nystudio107.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.1.12 prints the raw HTML to the browser

sjenset opened this issue · comments

I have the following TWIG-code in my template:

<h1 class="entry__title" data-dynamic-font-size>{{ entry.title|typogrify(true) }}</h1>

In v1.1.11 it outputs as such (when viewed in the browser):
image

However, in v1.1.12 it outputs as such:
image

The only thing that has changed in the project is the tyopgrify version, and it can be reproduced by alternating between v1.1.11 and v1.1.12 consitently.

Thanks, this is a regression, I will address it.