move to bug page

master
joey 2006-08-21 21:48:26 +00:00
parent 1e0c6758c1
commit 0dc0d8e3b5
2 changed files with 7 additions and 5 deletions

View File

@ -0,0 +1,7 @@
The header of subpages always links to its "superpage", even if it doesn't
exist. I'm not sure if this is a feature or a bug, but I would certainly prefer
that superpages weren't mandatory.
For example, if you are in 'example/page.html', the header will be something
like 'wiki / example / page'. Now, if 'example.html' doesn't exist, you'll have
a dead link for every subpage.

View File

@ -18,8 +18,3 @@ It would be interesting to have a `<TMPL_VAR BASEURL>` that would act exactly li
return $page;
} #}}}
----
The header of subpages always links to its "superpage", even if it doesn't exist. I'm not sure if this is a feature or a bug, but I would certainly prefer that superpages weren't mandatory.
For example, if you are in 'example/page.html', the header will be something like 'wiki / example / page'. Now, if 'example.html' doesn't exist, you'll have a dead link for every subpage.