"L Sep"-image appearing in text element

Hi there ,

A friend found the following “L Sep” Image instead of text in one of the sections of my landing page:

image%20(2)

I recently changed the href attribute and thought this was causing it.

<link rel=”canonical” href="https://www.gammatrack.com">
<link rel="alternate" hreflang="nl" href="https://www.gammatrack.com/nl">
<link rel="alternate" hreflang="fr" href="https://www.gammatrack.com/fr">

But after commenting that out again the issue still persisted. Only on their machine: Chrome on Windows 10. Chrome on Mac looks normal. This happens also in incognito mode, so it’s not one of their extensions acting up.

Finally, I tried coping the text out and in (“Have you tried turning it off and on again?”), but the issue still persists.

Does anyone have an idea what could be causing this?

Cheers
– Alessandro


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

This topic may have a solution to yout problem;

That’s Line Separator, a character that should be invisible at all time. But it’s there in the text and you can remove it. Copy the text to an editor like sublime text. navigate in the letters using the arrow keys, and note how the cursor will stop on step after the “All”. There’s your faulty character. Remove it and repaste back.

Excellent, thanks @vincent

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.