# HG changeset patch # User Mads Kiilerich # Date 2017-01-18 01:44:26 # Node ID 2aac00dc5415d0f6e4be74e74ae2633129aeaf8b # Parent 3c96eb1865e215b6c1139f86a59de8191a71489f template: drop spurious commit id on gravatar The div had literally 'commit-id="${cs.raw_id}"'! 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')}