view templates/shortlogentry.tmpl @ 3268:6901d3545021

Some versions of sed don't support .\+, so use ..* instead. Reported by Christian Ebert for MacOS X.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 05 Oct 2006 20:03:38 +0200
parents d1aa83f199ef
children 46188b9528ca
line wrap: on
line source

<table class="slogEntry parity#parity#">
 <tr>
  <td class="age">#date|age#</td>
  <td class="author">#author|obfuscate#</td>
  <td class="node"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></td>
 </tr>
</table>