Allow to use HTML in broadcast message

This commit is contained in:
Luc Didry
2018-03-09 23:43:10 +01:00
parent fb610e1a80
commit 781e96c073
@@ -56,7 +56,7 @@
</div>
% if (defined(config('broadcast_message'))) {
<div class="alert alert-info">
<strong><%= config('broadcast_message') %></strong>
<strong><%== config('broadcast_message') %></strong>
</div>
% }
% if (defined(stash('stop_upload'))) {