diff --git a/kallithea/templates/files/files_history_box.html b/kallithea/templates/files/files_history_box.html
--- a/kallithea/templates/files/files_history_box.html
+++ b/kallithea/templates/files/files_history_box.html
@@ -1,5 +1,5 @@
- ${h.literal(ungettext(u'%s author',u'%s authors',len(c.authors)) % ('%s' % len(c.authors))) }
+ ${h.HTML(ungettext(u'%s author',u'%s authors',len(c.authors))) % h.literal('%s' % len(c.authors)) }
%for email, user in c.authors:
${h.gravatar_div(email, size=20)}