ikiwiki/doc/bugs/ikiwiki_renders___39__28__3...

13 lines
506 B
Plaintext
Raw Normal View History

2008-03-14 10:20:32 +01:00
If the rst2html procedure of the rst external plugin returns None (e.g. when it throws an exception), then ikiwiki will render
<div id="content">
2/8
</div>
2008-03-14 10:33:48 +01:00
In addition to the broken plugin, this seems like a bug in ikiwiki, which should probably output an informational message about the plugin returning an invalid value.
--[[madduck]]
> [[done]], I made it print the thrown error message to stderr, and return
> "", which seems better than dying of the thrown error entirely. --[[Joey]]