Skip to content

Commit

Permalink
refine allowed_html list. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Sep 22, 2019
1 parent fd047d9 commit 64ab4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ class Notice {
'p' => [],
'a' => [
'href' => [],
'title' => [],
'rel' => [],
],
'em' => [],
'strong' => [],
'br' => [],
];

/**
Expand Down

0 comments on commit 64ab4f3

Please sign in to comment.