Modify ↓
Opened 18 years ago
Closed 18 years ago
#3458 closed defect (fixed)
Separator next to "View Latest Version"
Reported by: | markus | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | wiki system | Version: | devel |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
There's a separator next to "View Latest Version" although there's no link following.
-
templates/wiki.cs
23 23 /if ?> 24 24 </li><?cs 25 25 elif:wiki.action == "history" ?> 26 <li ><a href="<?cs var:wiki.current_href ?>">View Latest Version</a></li><?cs26 <li class="last"><a href="<?cs var:wiki.current_href ?>">View Latest Version</a></li><?cs 27 27 else ?> 28 28 <li><a href="<?cs var:trac.href.wiki ?>">Start Page</a></li> 29 29 <li><a href="<?cs var:trac.href.wiki ?>/TitleIndex">Index by Title</a></li>
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Good catch. Fixed in r3565.