mundschenk-at / php-typography

A PHP library for improving your web typography.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space inside Caps is disappearing

animaux opened this issue · comments

I’ve included another issue in the testcase: https://gist.github.com/animaux/ae3e2a96f886f8dedb3ca736194e84a0

<p>DEUTSCHES MEERESMUSEUM</p>

turns to:

<span class="caps">DEUTSCHES</span>
<span class="caps">MEERESMUSEUM</span>

The regular space is returned as a line-break which is not neccesarily displayed as whitespace, depending on the CSS.

Bildschirmfoto 2022-03-08 um 12 19 02

Sorry, works fine with php-typography only. Seems to be either a craft or problem with other components of the typogrify extension.