Closed anon17 closed 3 years ago
CC @WebFreak001
The code is in part/post.d
putGravatar(gravatarHash, "http://www.gravatar.com/" ~ gravatarHash, `title="` ~ encodeHtmlEntities(_!`%s's Gravatar profile"`.format(author)), 80);
@CyberShadow is my PR deployed yet? I thought that part should have been fixed by my PR
Oh, did I not deploy it? My bad
Seems to be fixed now, thanks!
The href attribute on the link is partially merged with the title attribute.