Fixed typo on Twig length filter
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2024-05-21 10:34:05 -04:00
parent 6171a968c1
commit 62788ccad3

View File

@ -11,7 +11,7 @@
</div>
</header>
{% if item_results|len > 0 %}
{% if item_results|length > 0 %}
<section id="search-results" class="row">
<div class="columns twelve">
<h3>Hardware components:</h3>
@ -37,7 +37,7 @@
</section>
{% endif %}
{% if license_results|len > 0 %}
{% if license_results|length > 0 %}
<section id="search-results" class="row">
<div class="columns twelve">
<h3>Software licenses:</h3>