Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-17 | * Catch failing IPC::Open2 in tidy plugin and retry in case this is a | joey | |
transient failure to fork (which I've seen happen in the wild). | |||
2006-08-05 | * Turn off tidy indentation too. | joey | |
2006-08-05 | * Move tidy back to sanitize hook, found out how to only show body. | joey | |
2006-08-05 | * Disable tidy generator tag. | joey | |
2006-08-04 | * Don't run tidy with -xml as that fails if the input is not well-formed. | joey | |
Run it with -asxhtml instead, so it will output well-formed xhtml no matter what the input. * Disable tidy warnings too. * Add a new format hook, and make tidy use it, since tidy can really only operate on and output complete html documents, not the body chunks that sanitise gets. | |||
2006-08-04 | * Fix the htmltidy plugin, which wasn't working due my breaking it when | joey | |
I added it.. | |||
2006-07-29 | * htmltidy plugin from Faidon. | joey | |