mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
[Bugfix] Fixed escaping for email templates for L5.2
This commit is contained in:
parent
32c193b9bf
commit
b250e2b5f0
|
@ -12,7 +12,7 @@
|
||||||
<td><strong>Days</strong></td>
|
<td><strong>Days</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{{ $email_content }}
|
{!! $email_content !!}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue