Skip to content

Commit

Permalink
Allow form tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Sep 29, 2024
1 parent 371ff44 commit 32004db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions includes/Component/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ abstract class Component {
const INPUT_PREFIX = 'msls_input_';

const ALLOWED_HTML = array(
'form' => array(
'action' => array(),
'method' => array(),
),
'label' => array(
'for' => array(),
),
Expand Down

0 comments on commit 32004db

Please sign in to comment.