Index: openacs-4/packages/wiki/lib/footer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wiki/lib/footer.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/wiki/lib/footer.tcl 4 Jan 2005 18:01:18 -0000 1.1 +++ openacs-4/packages/wiki/lib/footer.tcl 22 Feb 2005 16:15:13 -0000 1.2 @@ -1,4 +1,7 @@ # footer for wiki pages shows edit, recent changes, search etc... # show last modified +if {![exists_and_not_null edit_link_p]} { + set edit_link_p "f" +}