HTML attributes syntax is not correct
-
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!
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.