From d1a2ec821030eb2ff5c988f6cb8241dff6e2cb3d Mon Sep 17 00:00:00 2001 From: frederikpyt Date: Mon, 10 Aug 2020 11:46:08 +0200 Subject: [PATCH] v0.5.15f - Fixed small visual bug --- skolehjem/resources/views/app/news/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skolehjem/resources/views/app/news/index.blade.php b/skolehjem/resources/views/app/news/index.blade.php index f4c6621..cd756cf 100644 --- a/skolehjem/resources/views/app/news/index.blade.php +++ b/skolehjem/resources/views/app/news/index.blade.php @@ -96,7 +96,7 @@
-

{!! $new->content !!}

+ {!! $new->content !!}
@endforeach