HTML entity double-escaped in title attribute

Aggregator gang
Joined
Mar 26, 2018
Messages
66
The front page currently has the bit of HTML below. The title attribute ends with "♥♥♥", which looks like a classic case of escaping a string twice.

The value of the title attribute is used for the mouse-over text, which shows up as "♥♥♥" instead of three hearts.

Code:
<a class='manga_title text-truncate ' title='Taking a Bath with a Sexy Onee-san and then, &amp;hearts;&amp;hearts;&amp;hearts;' href='/title/43441/taking-a-bath-with-a-sexy-onee-san-and-then'>Taking a Bath with a Sexy Onee-san and then, &hearts;&hearts;&hearts;</a>
 

Users who are viewing this thread

Top