From 5ce9b253f53e82f92080b6c48759636eda46bbb8 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Tue, 3 Dec 2013 21:04:22 +0100 Subject: [PATCH] Set the max depth to 3. Refts T7 --- syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.php b/syntax.php index 3c84f1f..76f8db5 100644 --- a/syntax.php +++ b/syntax.php @@ -21,7 +21,7 @@ require_once dirname (__FILE__) . DIRECTORY_SEPARATOR . 'objectrepresentation' . class syntax_plugin_navigation extends DokuWiki_Syntax_Plugin { // TODO add a config option for this - private $maxDepth = 2; + private $maxDepth = 3; private $depth = 0; function getInfo () {