CyberShadow / DFeed

D news aggregator, newsgroup client, web newsreader and IRC bot
http://forum.dlang.org/help#about
377 stars 35 forks source link

corrupted gravatar link #133

Closed anon17 closed 2 years ago

anon17 commented 2 years ago

The href attribute on the link is partially merged with the title attribute.

CyberShadow commented 2 years ago

CC @WebFreak001

anon17 commented 2 years ago

The code is in part/post.d

putGravatar(gravatarHash, "http://www.gravatar.com/" ~ gravatarHash, `title="` ~ encodeHtmlEntities(_!`%s's Gravatar profile"`.format(author)), 80);
WebFreak001 commented 2 years ago

@CyberShadow is my PR deployed yet? I thought that part should have been fixed by my PR

CyberShadow commented 2 years ago

Oh, did I not deploy it? My bad

CyberShadow commented 2 years ago

Seems to be fixed now, thanks!