response
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 12 Mar 2008 18:31:43 +0000 (14:31 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 12 Mar 2008 18:31:43 +0000 (14:31 -0400)
doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn

index 163f017507b52f09883ae88afce4e14c94a32f98..02caac4a3bb67557f59b490a9004f85a8b979533 100644 (file)
@@ -9,3 +9,7 @@ I see two possibilities how to fix this:
 -show-warnings no --tidy-mark no --write-back yes');" -- This is the fastest fix, but not very elegant, since it doesn't solve the general problem.
 
 2) Make it configurable via ikiwiki.setup as e.g.with the tags plugin. Haven't looked into this code yet.
+
+> I don't understand why you're talking about setting --write-back. The
+> htmltidy plugin communicates with tidy using stdio. No files are used, so
+> write-back settings should be irrelevant. --[[Joey]]