]> sipb.mit.edu Git - ikiwiki.git/commit
htmltidy robustness fixes
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 27 Sep 2008 18:27:16 +0000 (14:27 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 27 Sep 2008 18:27:42 +0000 (14:27 -0400)
commit67f38832aac247620f29fc124cfce31dd616f119
tree1444e791368702fc99904d64b93102466e5b1639
parent9ec9d6901d444af48555abf7b4c26d1965c46017
htmltidy robustness fixes

* htmltidy: Avoid returning undef if tidy fails. Also avoid returning the
  untidied content if tidy crashes. In either case, it seems best to tidy
  the content to nothing.
* htmltidy: Avoid spewing tidy errors to stderr.
IkiWiki/Plugin/htmltidy.pm
debian/changelog