Skip to content
Snippets Groups Projects
Commit 0d16f6e3 authored by Michael Hamann's avatar Michael Hamann
Browse files

Add the $doc variable to all renderers

In p_render() it is assumed that all renderers have a $doc variable
parent 0a6ae52f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ class Doku_Renderer extends DokuWiki_Plugin {
'toc' => true, // render the TOC?
);
var $doc = '';
// keep some config options
var $acronyms = array();
var $smileys = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment