aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_...
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-12 14:31:43 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-12 14:31:43 -0400
commit8b9498ba732a9c63eee13452842705957b7cc7fb (patch)
treed289461c5e74531c0b7cdce3298f09fc7c35fb9c /doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn
parentf7bdc2385d3ec8060f00d5ceb3b45f3cc4760e38 (diff)
downloadikiwiki-8b9498ba732a9c63eee13452842705957b7cc7fb.tar
ikiwiki-8b9498ba732a9c63eee13452842705957b7cc7fb.tar.gz
response
Diffstat (limited to 'doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn')
-rw-r--r--doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn b/doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn
index 163f01750..02caac4a3 100644
--- a/doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn
+++ b/doc/bugs/htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn
@@ -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]]