Fossil SCM
TH variable "$current_page" does not show the expected value
Closed
b7b9a4d6eed8122…
· opened 15 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- April 26, 2010 7:31 p.m.
Add code such as:
html "$current_page"
to the 'header'. Notice that the value display changes as you move from page to page. Notice further that all 'doc/...' pages say 'doc', and not the name of the actual page! This essential renders this variable useless.
ron added on 2010-04-26 19:33:10:
Oof. I mean to type:
html "<a href='$current_page'>$current_page</a>"