summaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
blob: b22c44e1616854c18f582d027f6cc82f872c400f (plain)

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>

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]]