mercurial/templates/paper/filelogentry.tmpl
changeset 25108 09ec4220a839
parent 19454 f4a3b50a30bd
child 25110 c9f382c8233a
--- 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>