mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 15:01:02 -08:00
Merge pull request #12550 from marcusmoore/fixes/closing-tag-in-mail-template
Properly close tag in mail template
This commit is contained in:
commit
4a9ced192b
|
@ -47,7 +47,7 @@
|
||||||
## {{ $licenses->count() }} {{ trans('general.licenses') }}
|
## {{ $licenses->count() }} {{ trans('general.licenses') }}
|
||||||
|
|
||||||
<table width="100%">
|
<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)
|
@foreach($licenses as $license)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $license->name }}</td>
|
<td>{{ $license->name }}</td>
|
||||||
|
|
Loading…
Reference in a new issue