diff options
author | git-marijus <mario@mariovavti.com> | 2017-09-01 10:40:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 10:40:24 +0200 |
commit | 9333503600c2775ec6e95a9f3c0dcc3cc77a3282 (patch) | |
tree | a83bb2e017449ab14dd23868a5788ef77e326161 /Zotlabs/Widget | |
parent | 28d6b9ce168aab2f646c3e5b9925b1f40ee9cdfb (diff) | |
parent | acacea5efe76cb56f610ae30c5396e7b63be1e40 (diff) | |
download | volse-hubzilla-9333503600c2775ec6e95a9f3c0dcc3cc77a3282.tar.gz volse-hubzilla-9333503600c2775ec6e95a9f3c0dcc3cc77a3282.tar.bz2 volse-hubzilla-9333503600c2775ec6e95a9f3c0dcc3cc77a3282.zip |
Merge pull request #850 from anaqreon/doco
Fix the multiple table of content bug
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Helpindex.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Helpindex.php b/Zotlabs/Widget/Helpindex.php index 8299cf16a..6c8748194 100644 --- a/Zotlabs/Widget/Helpindex.php +++ b/Zotlabs/Widget/Helpindex.php @@ -25,6 +25,7 @@ class Helpindex { // TODO: Implement support for translations in hierarchical table of content files + /* if(argc() > 2) { $path = ''; for($x = 1; $x < argc(); $x ++) { @@ -36,6 +37,7 @@ class Helpindex { $levels[] = preg_replace('/\<ul(.*?)\>/','<ul class="nav nav-pills flex-column">',$y); } } + */ if($level_0) $o .= $level_0; |