fix missing >

This commit is contained in:
Robert Resch 2020-12-20 14:39:27 +00:00
parent 3fb55b706b
commit 1dbba76bbd
No known key found for this signature in database
GPG Key ID: 5E3DFB30DC2833B6

View File

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