Plugin breaks 'title' sections in HTML tags
-
I have this assignment:
Samsung Galaxy S5 Active,http://www.teknofilo.com/tag/samsung-galaxy-s5-active/
The problem is that the following source code
Aunque ya <a title="Aparecen una fotografía y un vídeo del Samsung Galaxy S5 Active [RUMOR]" href="http://www.teknofilo.com/aparecen-una-fotografia-y-un-video-del-samsung-galaxy-s5-active-rumor/">habíamos visto algunas filtraciones</a> sobre el.turns into this by the plugin
Aunque ya <a title="Aparecen una fotografía y un vídeo del <a title="Samsung Galaxy S5 Active" href="http://www.teknofilo.com/tag/samsung-galaxy-s5-active/" >Samsung Galaxy S5 Active</a> [RUMOR]" href="http://www.teknofilo.com/aparecen-una-fotografia-y-un-video-del-samsung-galaxy-s5-active-rumor/">habíamos visto algunas filtraciones</a> sobre el.which produces ugly output results:
Aunque ya Samsung Galaxy S5 Active [RUMOR]" href="http://www.teknofilo.com/aparecen-una-fotografia-y-un-video-del-samsung-galaxy-s5-active-rumor/">habíamos visto algunas filtraciones sobre el.In summary, the plugin is inserting links inside tags, and this is not properly interpreted by the browser.
The topic ‘Plugin breaks 'title' sections in HTML tags’ is closed to new replies.