Skip to content

Commit

Permalink
allowed hr for mini html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Nov 12, 2024
1 parent da0e8ad commit 93d51df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/str.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static function safe_html($html)
'href' => array(),
);
$tags = array(
"hr",
"h3",
"h4",
"h5",
Expand Down

0 comments on commit 93d51df

Please sign in to comment.