summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-03-10 07:19:39 -0800
committerAndreas Gohr <andi@splitbrain.org>2012-03-10 07:19:39 -0800
commit70f8c497b285679b9e4450e496b717ccc409af03 (patch)
treeff70e1b4ae015b9b3e7d74b011a4f72891ff04fc /inc/parser/xhtml.php
parent9189204ab4405b5698d7a4f13131a7a2d6e9d2fe (diff)
parent20f04039e631c2cfd34d22e124d2b9d9b94a19d6 (diff)
downloadrpg-70f8c497b285679b9e4450e496b717ccc409af03.tar.gz
rpg-70f8c497b285679b9e4450e496b717ccc409af03.tar.bz2
Merge pull request #71 from danny0838/master
Rework for 2 missing commits
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 8d1eb24c1..4345b494f 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();