Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I encountered the same issue with :
    The code :
    <h2 id="something">Something</h2>
    becomes like that :
    <h2 id="\"something\"">Something</h2>
    instead of
    <h2 id="something">Something</h2>

    This makes my link :
    <a href="https://my-web-site/#something">Something</a>
    broken !

    The issue is caused between the lines 107 and 108.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with SEO Smart Links and HTML element attributes’ is closed to new replies.