diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-17 22:33:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-17 22:33:21 -0400 |
commit | a98f624fc31eb3921ac762d4839278765029c100 (patch) | |
tree | 6208f27b1ae7b34e0c2e0dc8c22febd2533d3e15 /doc | |
parent | 52e16d4ec9aa0ec896dd8f0d8651bc5f7fb71531 (diff) | |
download | ikiwiki-a98f624fc31eb3921ac762d4839278765029c100.tar ikiwiki-a98f624fc31eb3921ac762d4839278765029c100.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn b/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn index 5a5b57c5f..facc4fba5 100644 --- a/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn +++ b/doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn @@ -22,3 +22,7 @@ throwing code..): @staticmethod [[tag patch]] + +> No, still the same failure. I think it's failing parsing the input data, +> (which perl probably transmitted as an int due to perl internals) +> not writing out its response. --[[Joey]] |