Changeset 709

Show
Ignore:
Timestamp:
11/15/05 17:20:06 (3 years ago)
Author:
dom
Message:

navbar.tt fix for tests.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r708 r709  
    4040        Miscellaneous bugfixes: 
    4141          * Fix problem with newer Text::Wikiformat and blank nodes. 
     42          * Fix bug in navbar template that caused warnings in the tests. 
    4243         
    43440.50    2 October 2005 
  • trunk/templates/navbar.tt

    r701 r709  
    5757      <li><a class="edit_page_link" href="[% full_cgi_url %]?id=[% node_param %];action=edit">Edit this page</a></li> 
    5858      <li><a href="[% cgi_url %]?action=show_backlinks;id=[% node_param %]">Show pages linking here</a></li> 
    59       [% IF version > 1 %] 
     59      [% IF version AND version > 1 %] 
    6060        <li><a href="[% cgi_url %]?action=list_all_versions;id=[% node_param %]">List all revisions</a></li>  
    6161      [% END %]