Geändert:

Fehlerbehebungen:
- Bei der Vorschau von Posts werden Umlaute jetzt korrekt angezeigt.
This commit is contained in:
Marco Glietsch 2020-06-15 21:00:34 +02:00
parent 82599e9282
commit ec02bea62d

View File

@ -5,4 +5,4 @@
@endif
@endforeach
</strong>
{{ str_limit(strip_tags($post->content), 150, '...') }}
{!! str_limit(strip_tags($post->content), 150, '...') !!}