twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
151 stars 33 forks source link

Escape the return value of gravatar_profile_url() #29

Closed mssalvatore closed 4 years ago

mssalvatore commented 5 years ago

The gravatar_url() function escapes the return value of get_gravatar_url(). gravatar_profile_url() should also escape the return value of get_gravatar_profile_url().

twaddington commented 4 years ago

Thanks for fixing this!