Get rid of unnecessary [%- and -%] tags
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[% USE mibs=format("%.2f") %]
|
||||
|
||||
[% BLOCK renderProductList -%]
|
||||
[% BLOCK renderProductList %]
|
||||
|
||||
<table class="productList layoutTable">
|
||||
|
||||
[% FOREACH product IN build.buildproducts -%]
|
||||
[% FOREACH product IN build.buildproducts %]
|
||||
|
||||
[% uri = "${c.uri_for('/build' build.id 'download' product.productnr)}"
|
||||
_ (product.name ? "/" _ product.name : "")
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
[% END %]
|
||||
|
||||
[% END -%]
|
||||
[% END %]
|
||||
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user