From 64ab4f304c0f2a6d0ebe8cf2489b115d8bf3e850 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Sun, 22 Sep 2019 14:22:01 +0300 Subject: [PATCH] refine allowed_html list. Fixes #4 --- src/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notice.php b/src/Notice.php index 3f2f35b..da5add6 100644 --- a/src/Notice.php +++ b/src/Notice.php @@ -76,11 +76,11 @@ class Notice { 'p' => [], 'a' => [ 'href' => [], - 'title' => [], 'rel' => [], ], 'em' => [], 'strong' => [], + 'br' => [], ]; /**