--- a/mercurial/templates/paper/filelogentry.tmpl Wed May 13 11:22:06 2015 -0700
+++ b/mercurial/templates/paper/filelogentry.tmpl Fri May 15 02:07:43 2015 +0800
@@ -1,5 +1,8 @@
<tr>
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
- <td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
+ <td class="description">
+ <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
+ {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}
+ </td>
</tr>