comparison templates/coal/filelog.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
36 <h3>log {file|escape}</h3> 36 <h3>log {file|escape}</h3>
37 37
38 <form class="search" action="{url}log"> 38 <form class="search" action="{url}log">
39 {sessionvars%hiddenformentry} 39 {sessionvars%hiddenformentry}
40 <p><input name="rev" id="search1" type="text" size="30"></p> 40 <p><input name="rev" id="search1" type="text" size="30"></p>
41 <span>find changesets by author, revision, 41 <span>find changesets by author, revision,
42 files, or words in the commit message</span> 42 files, or words in the commit message</span>
43 </form> 43 </form>
44 44
45 <div class="navigate">{nav%filenaventry}</div> 45 <div class="navigate">{nav%filenaventry}</div>
46 46
47 <table class="bigtable"> 47 <table class="bigtable">
48 <tr> 48 <tr>
49 <th class="age">age</th> 49 <th class="age">age</th>
50 <th class="author">author</th> 50 <th class="author">author</th>
51 <th class="description">description</th> 51 <th class="description">description</th>
52 </tr> 52 </tr>
53 {entries%filelogentry} 53 {entries%filelogentry}