diff options
author | Danny <danny0838@gmail.com> | 2011-12-17 13:17:44 +0800 |
---|---|---|
committer | Danny <danny0838@gmail.com> | 2011-12-17 13:17:44 +0800 |
commit | fb838798781d6a7a488c82a93c69853bb5cb08d8 (patch) | |
tree | 49ec2a6922349a5f59c36c8120937d6386e4f4a6 /inc/parser | |
parent | d0674b61febbf2449c8a5fdddff35d4ed55147af (diff) | |
download | rpg-fb838798781d6a7a488c82a93c69853bb5cb08d8.tar.gz rpg-fb838798781d6a7a488c82a93c69853bb5cb08d8.tar.bz2 |
Rewark for missing commit 9aa0e6c6087e616511fc95d1650ca9b608edece8
Diffstat (limited to 'inc/parser')
-rw-r--r-- | inc/parser/xhtml.php | 2 |
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(); |