]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / bugs / ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
1 If the rst2html procedure of the rst external plugin returns None (e.g. when it throws an exception), then ikiwiki will render
3     <div id="content">
4     2/8
5     </div>
7 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.
9 --[[madduck]]
11 > [[done]], I made it print the thrown error message to stderr, and return
12 > "", which seems better than dying of the thrown error entirely. --[[Joey]]