Description
Legacy PHP applications can clean, repair, and inspect HTML using the Tidy library. This is useful for older web tools that normalize markup before storing, displaying, or processing it.
It is a PHP legacy extension. Cleaned HTML from users should still be sanitized, because tidying markup is not the same as making it safe.