diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html
--- a/kallithea/templates/compare/compare_cs.html
+++ b/kallithea/templates/compare/compare_cs.html
@@ -66,7 +66,7 @@
${cs.date} |
%if c.visual.use_gravatar:
- ${h.gravatar_div(h.email_or_none(cs.author), size=14, div_commit_id="${cs.raw_id}")} |
+ ${h.gravatar_div(h.email_or_none(cs.author), size=14)} |
%endif
${h.person(cs.author)} |
${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.cs_repo.repo_name,revision=cs.raw_id), class_='changeset_hash')} |