summaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-14 18:45:31 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-14 18:45:31 -0400
commit44d4f086efcd5e777e100eeca078fc6eafaf9476 (patch)
tree018ecb3bf8bbe1f9ab9532e656bbcf786d1bd3eb /doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
parent16299dbae894b916e776da3bb6aea2a44c15501a (diff)
parent3d40fd88a54890d280aec6744d88f9f9ecfe12be (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn')
-rw-r--r--doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn b/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
new file mode 100644
index 000000000..b22c44e16
--- /dev/null
+++ b/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
@@ -0,0 +1,9 @@
+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]]