comparison templates/changelogentry.tmpl @ 1445:56281e086f38

hgweb: add strip and rstrip filters to handle summary
author TK Soh <teekaysoh@yahoo.com>
date Tue, 25 Oct 2005 14:57:14 -0700
parents 19d2776f1725
children ba625c8083d8
comparison
equal deleted inserted replaced
1444:f84ed9c6131d 1445:56281e086f38
1 <table class="changelogEntry parity#parity#"> 1 <table class="changelogEntry parity#parity#">
2 <tr> 2 <tr>
3 <th class="age" width="15%">#date|age# ago:</th> 3 <th class="age" width="15%">#date|age# ago:</th>
4 <th class="firstline">#desc|firstline|escape#</th> 4 <th class="firstline">#desc|strip|firstline|escape#</th>
5 </tr> 5 </tr>
6 <tr> 6 <tr>
7 <th class="changesetRev">changeset #rev#:</th> 7 <th class="changesetRev">changeset #rev#:</th>
8 <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td> 8 <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td>
9 </tr> 9 </tr>