diff templates/changeset.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 90b62337f8dd
children ba625c8083d8
line wrap: on
line diff
--- a/templates/changeset.tmpl	Tue Oct 25 14:55:39 2005 -0700
+++ b/templates/changeset.tmpl	Tue Oct 25 14:57:14 2005 -0700
@@ -11,7 +11,7 @@
 #archives%archiveentry#
 </div>
 
-<h2>changeset: #desc|escape|firstline#</h2>
+<h2>changeset: #desc|strip|escape|firstline#</h2>
 
 <table id="changesetEntry">
 <tr>
@@ -32,7 +32,7 @@
  <td class="files">#files#</td></tr>
 <tr>
  <th class="description">description:</th>
- <td class="description">#desc|escape|addbreaks#</td>
+ <td class="description">#desc|strip|escape|addbreaks#</td>
 </tr>
 </table>