Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: restore array_push and string format in HTML filter
Restore the original array construction format while replacing deprecated each() function: - Maintain array_push() instead of using array[] syntax - Keep the exact same string format for attributes - Ensure compatibility with PHP 8.2 and 8.3
- Loading branch information