diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-14 05:20:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-14 05:20:32 -0400 |
commit | 8e05c93b4c1e39026ecbd9671d9c6e21332663a7 (patch) | |
tree | 8d5aaf583f38d07672e424f59c556eda637d1635 | |
parent | 7695a48fcd79e3a2cf2451efbab1eb2e4015482f (diff) | |
download | ikiwiki-8e05c93b4c1e39026ecbd9671d9c6e21332663a7.tar ikiwiki-8e05c93b4c1e39026ecbd9671d9c6e21332663a7.tar.gz |
web commit by http://madduck.net/
-rw-r--r-- | doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn | 7 |
1 files changed, 7 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..6b4587c55 --- /dev/null +++ b/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn @@ -0,0 +1,7 @@ +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> + +This seems like a bug in ikiwiki, which should probably output an informational message about the plugin returning an invalid value. |