diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html
--- a/kallithea/templates/changelog/changelog.html
+++ b/kallithea/templates/changelog/changelog.html
@@ -105,14 +105,20 @@ ${self.repo_context_bar('changelog', c.f
${h.age(cs.date,True)}
<% message_lines = cs.message.splitlines() %>
+ %if len(message_lines) > 1:
|
+ %else:
+ |
+ %endif
${h.urlify_text(message_lines[0], c.repo_name,h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
+ %if len(message_lines) > 1:
${h.urlify_text(cs.message, c.repo_name)}
+ %endif
|