bug I found in the rst plugin
[ikiwiki.git] / doc / bugs / rst_fails_on_file_containing_only_a_number.mdwn
1 If you create a foo.rst containing only a number, such as "11", rendering
2 results in the following error being thrown. (Now that I've fixed the error
3 throwing code..):
4
5         exceptions.TypeError:coercing to Unicode: need string or buffer, int found
6
7 --[[Joey]]