Fixed HTML formatting
This commit is contained in:
parent
2179cf3bec
commit
931ce771ac
|
@ -218,10 +218,10 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<p>{{__('messages.cb.description.1-4')}}</p>
|
<p>{!!__('messages.cb.description.1-4')!!}</p>
|
||||||
<p>{{__('messages.cb.description.2-4')}}</p>
|
<p>{!!__('messages.cb.description.2-4')!!}</p>
|
||||||
<p>{{__('messages.cb.description.3-4')}}</p>
|
<p>{!!__('messages.cb.description.3-4')!!}</p>
|
||||||
<p>{{__('messages.cb.description.4-4')}}</p>
|
<p>{!!__('messages.cb.description.4-4')!!}</p>
|
||||||
<br>
|
<br>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped">
|
||||||
|
|
Loading…
Reference in New Issue