We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971e8e5 commit 4f1fe8aCopy full SHA for 4f1fe8a
html/views/history/history.js
@@ -108,7 +108,7 @@ var setGravatar = function(email, image) {
108
}
109
110
image.src = "http://www.gravatar.com/avatar/" +
111
- hex_md5(commit.author_email) + "?d=wavatar&s=60";
+ hex_md5(commit.author_email.toLowerCase().replace(/ /g, "")) + "?d=wavatar&s=60";
112
113
114
var selectCommit = function(a) {
0 commit comments