Skip to content

Commit

Permalink
chg: [website] Cosmethic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Oct 17, 2024
1 parent e60b81a commit ee33ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/web/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1>
<select class="form-select form-select-md" id="productsList" name="product" aria-label="Select a product.">
<option></option>
{% for product in vendor_products %}
<option value="{{product}}">{{product | truncate(70, True, end='...')}}</option>
<option value="{{product}}">{{ product | truncate(70, True, end='...') }}</option>
{% endfor %}
</select>
</div>
Expand Down

0 comments on commit ee33ab8

Please sign in to comment.