Skip to content

Commit

Permalink
Fix duplicate space
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Oct 28, 2024
1 parent c0069c4 commit 86a8e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rules/Htmlclean.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ public function isValid(mixed $value): bool
return true;
}

return (strip_tags($value) == $value);
return (strip_tags($value) == $value);
}
}

0 comments on commit 86a8e7e

Please sign in to comment.