view templates/paper/filelogentry.tmpl @ 7457:a70fb83cbb9e

diff colorization: finish highlighting trailing whitespace
author Georg Brandl <georg@python.org>
date Wed, 26 Nov 2008 22:58:07 +0100
parents b71ee3e00e81
children 89bc3946c8f3
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}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
 </tr>