diff options
-rw-r--r-- | core/views/welcome.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index c901b926..cc85475c 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -203,7 +203,7 @@ <div id="info" class="activity"> <ul> - <li> <?= html::anchor("welcome/mptt&type=text", "MPTT tree (text)") ?> </li> + <li> <?= html::anchor("welcome/mptt?type=text", "MPTT tree (text)") ?> </li> <li> <?= html::anchor("welcome/mptt", "MPTT tree (graph)") ?> <i>(requires /usr/bin/dot from the graphviz package)</i> |