mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
Use pre for textarea settings
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
<tr>
|
||||
<td>{{ __($setting->label) }}</td>
|
||||
<td>
|
||||
@if($setting->type === "textarea")
|
||||
<pre>{{ $setting->list_value }}</pre>
|
||||
@else
|
||||
{!! $setting->list_value !!}
|
||||
@endif
|
||||
</td>
|
||||
<td class="text-center">
|
||||
@if((bool)$setting->system !== true)
|
||||
@@ -49,4 +53,4 @@
|
||||
</section>
|
||||
@endforeach
|
||||
|
||||
@endsection
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user