diff --git a/pylons_app/templates/changelog/changelog.html b/pylons_app/templates/changelog/changelog.html
--- a/pylons_app/templates/changelog/changelog.html
+++ b/pylons_app/templates/changelog/changelog.html
@@ -30,8 +30,12 @@
%for cnt,cs in enumerate(c.pagination):
@@ -39,7 +43,7 @@
${_('commit')} ${cs.revision}: ${cs.raw_id}@${cs.date}
${cs.author}
-
+
${h.link_to(h.wrap_paragraphs(cs.message),
h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}
@@ -58,7 +62,7 @@
%if len(cs.parents)>1:
- ${_('merge')}

+ ${_('merge')}
%endif
%for p_cs in reversed(cs.parents):