Skip to content

Commit

Permalink
Unescape theme delete lang string
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Oct 19, 2020
1 parent 076b7bb commit 5bcbeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/system/views/themes/delete.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class="btn btn-danger"
? lang('system::lang.themes.text_files_data')
: lang('system::lang.themes.text_files');
@endphp
<p>{{ sprintf(lang('system::lang.themes.alert_delete_warning'), $deleteAction, $themeObj->label) }}</p>
<p>{!! sprintf(lang('system::lang.themes.alert_delete_warning'), $deleteAction, $themeObj->label) !!}</p>
<p>{{ sprintf(lang('system::lang.themes.alert_delete_confirm'), $deleteAction) }}</p>

@if ($themeData)
Expand Down

0 comments on commit 5bcbeed

Please sign in to comment.