Add a patch tag
[ikiwiki.git] / doc / bugs / rst_fails_on_file_containing_only_a_number.mdwn
index 5a5b57c5f40c6ce733589f30f8719a1ed95af29d..99e46aac9c4018f67366152ec1c135ca51f84776 100644 (file)
@@ -21,4 +21,9 @@ 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]]
+
+> On second thought, this was a bug in ikiwiki, it should be transmitting
+> that as a string. Fixed in external.pm --[[Joey]]