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

@@ -81,7 +81,7 @@
%] <p>You can install this package using the Nix package
manager from the command-line:</p>
<div class="card bg-light"><div class="card-body p-2"><code><span class="shell-prompt">$ </span>nix-env -i [%HTML.escape(product.path)%][% IF binaryCachePublicUri %] --option binary-caches [% HTML.escape(binaryCachePublicUri) %][% END %]</code></div></div>
<div class="card bg-light"><div class="card-body p-2"><code><span class="shell-prompt">$ </span>nix-env -i [% HTML.escape(product.path) %][% IF binaryCachePublicUri %] --option binary-caches [% HTML.escape(binaryCachePublicUri) %][% END %]</code></div></div>
[% END %]
[% IF localStore %]
<a class="btn btn-secondary btn-sm" [% HTML.attributes(href => contents) %]>Contents</a>