Skip to content

Commit

Permalink
Fix displaying translation 3 times when rich text box field is also t…
Browse files Browse the repository at this point in the history
…ranslatable (#4647)
  • Loading branch information
terax6669 authored and fletch3555 committed Dec 23, 2019
1 parent 5662b8d commit 7739740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/bread/read.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
@include('voyager::partials.coordinates')
@elseif($row->type == 'rich_text_box')
@include('voyager::multilingual.input-hidden-bread-read')
<p>{!! $dataTypeContent->{$row->field} !!}</p>
{!! $dataTypeContent->{$row->field} !!}
@elseif($row->type == 'file')
@if(json_decode($dataTypeContent->{$row->field}))
@foreach(json_decode($dataTypeContent->{$row->field}) as $file)
Expand Down

0 comments on commit 7739740

Please sign in to comment.