Author: dom Date: 2005-11-15 17:20:06 +0000 (Tue, 15 Nov 2005) New Revision: 709
Modified: trunk/Changes trunk/templates/navbar.tt Log: navbar.tt fix for tests.
Modified: trunk/Changes =================================================================== --- trunk/Changes 2005-11-15 17:12:28 UTC (rev 708) +++ trunk/Changes 2005-11-15 17:20:06 UTC (rev 709) @@ -39,6 +39,7 @@
Miscellaneous bugfixes: * Fix problem with newer Text::Wikiformat and blank nodes. + * Fix bug in navbar template that caused warnings in the tests.
0.50 2 October 2005 Remove rogue ampersand that had crept into the RSS feed.
Modified: trunk/templates/navbar.tt =================================================================== --- trunk/templates/navbar.tt 2005-11-15 17:12:28 UTC (rev 708) +++ trunk/templates/navbar.tt 2005-11-15 17:20:06 UTC (rev 709) @@ -56,7 +56,7 @@ <ul> <li><a class="edit_page_link" href="[% full_cgi_url %]?id=[% node_param %];action=edit">Edit this page</a></li> <li><a href="[% cgi_url %]?action=show_backlinks;id=[% node_param %]">Show pages linking here</a></li> - [% IF version > 1 %] + [% IF version AND version > 1 %] <li><a href="[% cgi_url %]?action=list_all_versions;id=[% node_param %]">List all revisions</a></li> [% END %] <li><a href="[% cgi_url %]?id=[% node_param %];format=rdf">RDF/XML version</a></li>
openguides-commits@lists.openguides.org