summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-18 09:07:46 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-18 09:07:46 +0000
commitd4fc15f76c383be2ac77679ad2fcaa11bba93c05 (patch)
tree5460f75e8e3099e87fd0cc7bfaa23a7e011ae848
parentd8225e44c4a91c20d6a1b4177a677b395aa0e07a (diff)
Fix a typo in the text MPTT link
-rw-r--r--core/views/welcome.html.php2
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>