mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Properly close tag in mail template
This commit is contained in:
parent
13ed2a05a3
commit
6c8de181cf
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue