* 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

@ -97,7 +97,7 @@
<th>Last checked:</th>
<td>
[% IF jobset.lastcheckedtime %]
[% PROCESS renderDateTime timestamp = jobset.lastcheckedtime -%][% IF jobset.errormsg -%]<em>, evaluation error</em>:
[% INCLUDE renderDateTime timestamp = jobset.lastcheckedtime -%][% IF jobset.errormsg -%]<em>, evaluation error</em>:
<pre class="multiLineMsg error">[% HTML.escape(jobset.errormsg) %]</pre>
[% ELSE %], <em>no errors</em>
[% END %]
@ -192,7 +192,7 @@
<h2>Statistics</h2>
[% PROCESS showBuildStats %]
[% INCLUDE showBuildStats %]
[% END %]