Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv19565/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
file commands behaving more sanely now; took out "current location" from
everywhere but browse_module_menu, it's broken now and also the implemention
was a hack.
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -U2 -r1.52 -r1.53
--- Browse.pm 19 Feb 2002 09:09:13 -0000 1.52
+++ Browse.pm 20 Feb 2002 04:46:55 -0000 1.53
@@ -70,5 +70,5 @@
$location =~ s:\.\./::g;
} else {
- $location = '/';
+ $location = '';
}
my @location_link;
|