From 82b7782c2b75c3987c4e17082db8f6b2efbdd9a4 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 20 Apr 2019 22:29:21 -0600 Subject: [PATCH] Update config --- config/purify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/purify.php b/config/purify.php index 36915eb17..5c09c28c6 100644 --- a/config/purify.php +++ b/config/purify.php @@ -67,7 +67,7 @@ return [ | */ - 'HTML.Allowed' => 'a[href|title|rel],p,strong,em,i,u,h1,h2,h3,h4,h5,ul,ol,li', + 'HTML.Allowed' => 'a[href|title|rel],p,strong,em,i,u,h1,h2,h3,h4,h5,ul,ol,li,br', /* |--------------------------------------------------------------------------