aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--inc/parser/renderer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php
index 83b51d4b1..7dc875f7c 100644
--- a/inc/parser/renderer.php
+++ b/inc/parser/renderer.php
@@ -52,6 +52,9 @@ class Doku_Renderer extends DokuWiki_Plugin {
* completely reset the state of the renderer to be reused for a new document
*/
function reset() {
+ $this->doc = '';
+ $this->info['cache'] = true;
+ $this->info['toc'] = true;
}
/**