• Hi,

    When it generates tag the attributes are not properly set and have improper spaces like this

    <img src="..." title = "..."width="..." height="..." alt = "..." ...>

    The correct way should be:

    <img src="..." title="..." width="..." height="..." alt="..." ...>

    It is causing issues with GTranslate paid versions.

    Thanks!

    • This topic was modified 7 years, 7 months ago by edo888.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘HTML attributes syntax is not correct’ is closed to new replies.