view mercurial/templates/paper/filelogentry.tmpl @ 10422:600142e7a028

util: fix trailing whitespace found by check-code
author Augie Fackler <durin42@gmail.com>
date Mon, 08 Feb 2010 08:18:49 -0600
parents f91e5630ce7e
children 1209e1d52b68
line wrap: on
line source

 <tr class="parity{parity}">
  <td class="age">{date|age}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
 </tr>