]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/navbar
Maypole::Application supports Maypole::HTTPD (which needs a patch).
[maypole.git] / templates / factory / navbar
index 60a69a9f399fe914888365db1c656ed503b72fc9..0c8b1683af7a98d60af67ea3ea3da505db56844d 100644 (file)
@@ -14,9 +14,7 @@ accessible, with a link to the list page for each one.
     FOR table = config.display_tables;
         '<li '; 'id="active"' IF table == classmetadata.table; '>';
         # Hack
-        SET active = '" id="current' IF table == classmetadata.table;
-        link(table, "list", active, table);
-        SET active = "";
+        link(table, "list", "", table);
         '</li>';
     END;
 %]