diff --git a/rhodecode/templates/shortlog/shortlog_data.html b/rhodecode/templates/shortlog/shortlog_data.html
--- a/rhodecode/templates/shortlog/shortlog_data.html
+++ b/rhodecode/templates/shortlog/shortlog_data.html
@@ -15,9 +15,7 @@
- ${h.link_to(h.truncate(cs.message,50),
- h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id),
- title=cs.message)}
+ ${h.urlify_commit(h.truncate(cs.message,50),c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
|
${h.age(cs.date)}
|