Mercurial > hg
comparison templates/coal/changeset.tmpl @ 7327:a1758089ee35
Kill trailing whitespace in templates
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 07 Nov 2008 13:02:02 +0100 |
parents | a0843c82d1a2 |
children | 650e9d6988cb |
comparison
equal
deleted
inserted
replaced
7326:ba7ab8c4a577 | 7327:a1758089ee35 |
---|---|
29 <h3>changeset {rev}:{node|short} {changesettag}</h3> | 29 <h3>changeset {rev}:{node|short} {changesettag}</h3> |
30 | 30 |
31 <form class="search" action="{url}log"> | 31 <form class="search" action="{url}log"> |
32 {sessionvars%hiddenformentry} | 32 {sessionvars%hiddenformentry} |
33 <p><input name="rev" id="search1" type="text" size="30"></p> | 33 <p><input name="rev" id="search1" type="text" size="30"></p> |
34 <span>find changesets by author, revision, | 34 <span>find changesets by author, revision, |
35 files, or words in the commit message</span> | 35 files, or words in the commit message</span> |
36 </form> | 36 </form> |
37 | 37 |
38 <div class="description">{desc|strip|escape|addbreaks}</div> | 38 <div class="description">{desc|strip|escape|addbreaks}</div> |
39 | 39 |