diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-03-10 07:19:39 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-03-10 07:19:39 -0800 |
commit | 70f8c497b285679b9e4450e496b717ccc409af03 (patch) | |
tree | ff70e1b4ae015b9b3e7d74b011a4f72891ff04fc /inc/parser/xhtml.php | |
parent | 9189204ab4405b5698d7a4f13131a7a2d6e9d2fe (diff) | |
parent | 20f04039e631c2cfd34d22e124d2b9d9b94a19d6 (diff) | |
download | rpg-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.php | 2 |
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(); |