Skip to content

Commit 32004db

Browse files
committed
Allow form tag
1 parent 371ff44 commit 32004db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

includes/Component/Component.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ abstract class Component {
1212
const INPUT_PREFIX = 'msls_input_';
1313

1414
const ALLOWED_HTML = array(
15+
'form' => array(
16+
'action' => array(),
17+
'method' => array(),
18+
),
1519
'label' => array(
1620
'for' => array(),
1721
),

0 commit comments

Comments
 (0)