Skip to content

Commit

Permalink
Fix allowed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Jun 24, 2024
1 parent d8b9855 commit d37e2bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Uplink/Notice/Notice_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public function render( array $args = [] ): void {
'classes' => $this->classes( $classes ),
'allowed_tags' => [
'a' => [
'href',
'title',
'target',
'rel',
'href' => [],
'title' => [],
'target' => [],
'rel' => [],
],
'br' => [],
'code' => [],
Expand Down

0 comments on commit d37e2bb

Please sign in to comment.