fix missing > (#1201)

This commit is contained in:
Robert Resch 2020-12-20 16:02:33 +01:00 committed by GitHub
parent df7653f4e5
commit 6ec3743d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,13 +311,12 @@
</div>
<div class="d-none d-print-block">
<div id="print-header"
<h1
class="text-center">
<img src="{{ $U('/img/grocy_logo.svg?v=', true) }}{{ $version }}"
height="30"
class="d-print-flex mx-auto">
{{ $__t("Shopping list") }}
<div id="print-header">
<h1 class="text-center">
<img src="{{ $U('/img/grocy_logo.svg?v=', true) }}{{ $version }}"
height="30"
class="d-print-flex mx-auto">
{{ $__t("Shopping list") }}
</h1>
@if (FindObjectInArrayByPropertyValue($shoppingLists, 'id', $selectedShoppingListId)->name != $__t("Shopping list"))
<h3 class="text-center">
@ -400,4 +399,4 @@
</div>
</div>
</div>
@stop
@stop