ikiwiki/doc/bugs/rst_fails_on_file_containin...

8 lines
257 B
Plaintext
Raw Normal View History

2008-03-15 18:45:10 +01:00
If you create a foo.rst containing only a number, such as "11", rendering
results in the following error being thrown. (Now that I've fixed the error
throwing code..):
exceptions.TypeError:coercing to Unicode: need string or buffer, int found
--[[Joey]]