templates: Make whitespace in [% %] consistent

This commit is contained in:
Janne Heß
2025-08-02 17:27:34 +02:00
committed by ahuston-0
parent 06c6bd1b7b
commit 4125de8208
9 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@
</div>
<p>This evaluation was performed [% IF eval.flake %]from the flake
<tt>[%HTML.escape(eval.flake)%]</tt>[%END%] on [% INCLUDE renderDateTime
<tt>[% HTML.escape(eval.flake) %]</tt>[% END %] on [% INCLUDE renderDateTime
timestamp=eval.timestamp %]. Fetching the dependencies took [%
eval.checkouttime %]s and evaluation took [% eval.evaltime %]s.</p>