Merge pull request #12550 from marcusmoore/fixes/closing-tag-in-mail-template

Properly close tag in mail template
This commit is contained in:
snipe 2023-02-22 17:59:20 -08:00 committed by GitHub
commit 4a9ced192b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@
## {{ $licenses->count() }} {{ trans('general.licenses') }}
<table width="100%">
<tr><th align="left"{{ trans('mail.name') }} </th></tr>
<tr><th align="left">{{ trans('mail.name') }} </th></tr>
@foreach($licenses as $license)
<tr>
<td>{{ $license->name }}</td>