Edgewall Software
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

     
    2323     /if ?>
    2424   </li><?cs
    2525  elif:wiki.action == "history" ?>
    26    <li><a href="<?cs var:wiki.current_href ?>">View Latest Version</a></li><?cs
     26   <li class="last"><a href="<?cs var:wiki.current_href ?>">View Latest Version</a></li><?cs
    2727  else ?>
    2828   <li><a href="<?cs var:trac.href.wiki ?>">Start Page</a></li>
    2929   <li><a href="<?cs var:trac.href.wiki ?>/TitleIndex">Index by Title</a></li>

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Good catch. Fixed in r3565.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.