summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-02-06 18:54:38 +0000
committerAnika Henke <anika@selfthinker.org>2011-02-06 18:56:18 +0000
commitb17e20ac9cca30b612968d02f06fa9c5df5c01f0 (patch)
treeae6bfbb9956fbe9aa26dcdb9bc1d12bce63ae48b /inc/parser/xhtml.php
parenta8a3aa33b73d21c50ce7aa202a6eff90a5ffc588 (diff)
downloadrpg-b17e20ac9cca30b612968d02f06fa9c5df5c01f0.tar.gz
rpg-b17e20ac9cca30b612968d02f06fa9c5df5c01f0.tar.bz2
merged branch 'danny0838:rewrite_block' and resolved conflict
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r--inc/parser/xhtml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 9405d9420..b502b4f6b 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -29,7 +29,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
var $doc = ''; // will contain the whole document
var $toc = array(); // will contain the Table of Contents
- private $sectionedits = array(); // A stack of section edit data
+ var $sectionedits = array(); // A stack of section edit data
var $headers = array();
var $footnotes = array();