summaryrefslogtreecommitdiff
path: root/inc/parser
diff options
context:
space:
mode:
authorDanny <danny0838@gmail.com>2011-12-17 13:17:44 +0800
committerDanny <danny0838@gmail.com>2011-12-17 13:17:44 +0800
commitfb838798781d6a7a488c82a93c69853bb5cb08d8 (patch)
tree49ec2a6922349a5f59c36c8120937d6386e4f4a6 /inc/parser
parentd0674b61febbf2449c8a5fdddff35d4ed55147af (diff)
downloadrpg-fb838798781d6a7a488c82a93c69853bb5cb08d8.tar.gz
rpg-fb838798781d6a7a488c82a93c69853bb5cb08d8.tar.bz2
Rewark for missing commit 9aa0e6c6087e616511fc95d1650ca9b608edece8
Diffstat (limited to 'inc/parser')
-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 ea1756803..a9ee33e9d 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();