diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-18 09:07:46 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-18 09:07:46 +0000 |
commit | d4fc15f76c383be2ac77679ad2fcaa11bba93c05 (patch) | |
tree | 5460f75e8e3099e87fd0cc7bfaa23a7e011ae848 /core/views | |
parent | d8225e44c4a91c20d6a1b4177a677b395aa0e07a (diff) |
Fix a typo in the text MPTT link
Diffstat (limited to 'core/views')
-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> |