* PROCESS -> INCLUDE in most cases. INCLUDE does proper scoping of

variables.
This commit is contained in:
Eelco Dolstra
2009-03-13 15:57:43 +00:00
parent 3c86b3652c
commit 107a0faa51
9 changed files with 22 additions and 22 deletions

View File

@ -17,7 +17,7 @@
<th>Release</th>
<th>Date</th>
[% FOREACH job IN jobs %]
<th class="releaseSetJobName">[% PROCESS renderReleaseJobName %]</th>
<th class="releaseSetJobName">[% INCLUDE renderReleaseJobName %]</th>
[% END %]
</tr>
</thead>