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 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