Skip to content

Commit 0820345

Browse files
committed
fix(manager) show log in manager with HTML
1 parent 0e90846 commit 0820345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/views/page/eventlog_details.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</tr>
6060
<tr>
6161
<td width="100%" colspan="4"><br />
62-
{{ $log->description }}
62+
{!! $log->description !!}
6363
</td>
6464
</tr>
6565
</table>

0 commit comments

Comments
 (0)