Skip to content

Commit

Permalink
Ht learns hidden attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Nov 8, 2024
1 parent 1e7d5ba commit 59a325f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ht.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Ht {
"disabled" => self::ATTR_BOOL,
"enctype" => self::ATTR_SKIP,
"formnovalidate" => self::ATTR_BOOL,
"hidden" > self::ATTR_BOOL,
"method" => self::ATTR_SKIP,
"multiple" => self::ATTR_BOOL,
"novalidate" => self::ATTR_BOOL,
Expand Down

0 comments on commit 59a325f

Please sign in to comment.